1
0
Fork 0
mirror of https://github.com/archtechx/jobpipeline.git synced 2025-12-12 11:14:05 +00:00

Laravel 12 support

This commit is contained in:
Samuel Štancl 2025-02-25 12:39:14 +01:00
parent d17ee430dd
commit 2af701a530
2 changed files with 4 additions and 2 deletions

View file

@ -15,6 +15,8 @@ jobs:
php: 8.1
- laravel: 11
php: 8.3
- laravel: 12
php: 8.4
steps:
- name: Checkout code

View file

@ -20,10 +20,10 @@
},
"require": {
"php": "^8.0",
"illuminate/support": "^9.0|^10.0|^11.0"
"illuminate/support": "^10.0|^11.0|^11.0"
},
"require-dev": {
"orchestra/testbench": "^7.0|^8.0|^9.0",
"orchestra/testbench": "^8.0|^9.0|^10.0",
"spatie/valuestore": "^1.2",
"ext-redis": "*"
},