File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,13 @@ jobs:
1010 fail-fast : false
1111 matrix :
1212 php : [8.4, 8.3, 8.2]
13- laravel : ["^12.0", "^11.0", "^10.0" ]
13+ laravel : ["^12.0", "^11.0"]
1414 dependency-version : [prefer-lowest, prefer-stable]
1515 include :
1616 - laravel : " ^12.0"
1717 testbench : 10.*
1818 - laravel : " ^11.0"
1919 testbench : 9.*
20- - laravel : " ^10.0"
21- testbench : 8.*
2220 exclude :
2321 - laravel : " ^8.12"
2422 php : 8.3
Original file line number Diff line number Diff line change 1313 "require" : {
1414 "php" : " ^8.2" ,
1515 "guzzlehttp/guzzle" : " ^7.8" ,
16- "illuminate/contracts" : " ^10.0|^ 11.0|^12.0" ,
17- "illuminate/http" : " ^10.0|^ 11.0|^12.0" ,
18- "illuminate/routing" : " ^10.0|^ 11.0|^12.0" ,
19- "illuminate/support" : " ^10.0|^ 11.0|^12.0"
16+ "illuminate/contracts" : " ^11.0|^12.0" ,
17+ "illuminate/http" : " ^11.0|^12.0" ,
18+ "illuminate/routing" : " ^11.0|^12.0" ,
19+ "illuminate/support" : " ^11.0|^12.0"
2020 },
2121 "require-dev" : {
2222 "laravel/pint" : " ^1.2" ,
23- "orchestra/testbench" : " ^8.0|^ 9.0|^10.0" ,
23+ "orchestra/testbench" : " ^9.0|^10.0" ,
2424 "pestphp/pest" : " ^3.0"
2525 },
2626 "autoload" : {
You can’t perform that action at this time.
0 commit comments