mirror of
https://github.com/archtechx/jobpipeline.git
synced 2025-12-12 16:54:03 +00:00
Laravel 11 support
This commit is contained in:
parent
bfc53f6dd6
commit
36474ffd21
2 changed files with 4 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -13,6 +13,8 @@ jobs:
|
||||||
php: 8.0
|
php: 8.0
|
||||||
- laravel: 10
|
- laravel: 10
|
||||||
php: 8.1
|
php: 8.1
|
||||||
|
- laravel: 11
|
||||||
|
php: 8.3
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
|
||||||
|
|
@ -20,10 +20,10 @@
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.0",
|
"php": "^8.0",
|
||||||
"illuminate/support": "^9.0|^10.0"
|
"illuminate/support": "^9.0|^10.0|^11.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"orchestra/testbench": "^7.0|^8.0",
|
"orchestra/testbench": "^7.0|^8.0|^9.0",
|
||||||
"spatie/valuestore": "^1.2",
|
"spatie/valuestore": "^1.2",
|
||||||
"ext-redis": "*"
|
"ext-redis": "*"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue