mirror of
https://github.com/archtechx/jobpipeline.git
synced 2026-03-21 22:04:05 +00:00
Laravel 13 support
This commit is contained in:
parent
4a8f566a5e
commit
07dc54a49c
3 changed files with 4 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -15,6 +15,8 @@ jobs:
|
||||||
php: 8.3
|
php: 8.3
|
||||||
- laravel: 12
|
- laravel: 12
|
||||||
php: 8.4
|
php: 8.4
|
||||||
|
- laravel: 13
|
||||||
|
php: 8.5
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
|
||||||
|
|
@ -20,10 +20,10 @@
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.0",
|
"php": "^8.0",
|
||||||
"illuminate/support": "^10.0|^11.0|^12.0"
|
"illuminate/support": "^10.0|^11.0|^12.0|^13.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"orchestra/testbench": "^8.0|^9.0|^10.0",
|
"orchestra/testbench": "^8.0|^9.0|^10.0|^11.0",
|
||||||
"spatie/valuestore": "^1.2",
|
"spatie/valuestore": "^1.2",
|
||||||
"ext-redis": "*"
|
"ext-redis": "*"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
0
tests/tmp/.gitkeep
Normal file
0
tests/tmp/.gitkeep
Normal file
Loading…
Add table
Add a link
Reference in a new issue