File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,13 @@ jobs:
1818 matrix :
1919 os : [ubuntu-latest]
2020 php : [8.2, 8.3, 8.4]
21- laravel : [^10.0, ^ 11.0, ^12.0]
21+ laravel : [^11.0, ^12.0]
2222 stability : [prefer-lowest, prefer-stable]
2323 include :
2424 - laravel : ^12.0
2525 testbench : ^10.0
2626 - laravel : ^11.0
2727 testbench : ^9.0
28- - laravel : ^10.0
29- testbench : ^8.0
3028
3129 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3230
Original file line number Diff line number Diff line change 1919 ],
2020 "require" : {
2121 "php" : " ^8.2" ,
22- "illuminate/contracts" : " ^10.0|^ 11.0|^12.0" ,
22+ "illuminate/contracts" : " ^11.0|^12.0" ,
2323 "spatie/laravel-health" : " ^1.19" ,
2424 "spatie/laravel-package-tools" : " ^1.12.1"
2525 },
2626 "require-dev" : {
2727 "larastan/larastan" : " ^3.1.0" ,
2828 "laravel/pint" : " ^1.14.0" ,
29- "orchestra/testbench" : " ^8.0|^ 9.0|^10.0" ,
29+ "orchestra/testbench" : " ^9.0|^10.0" ,
3030 "pestphp/pest" : " ^3.7.4" ,
3131 "pestphp/pest-plugin-arch" : " ^3.0.0" ,
3232 "pestphp/pest-plugin-laravel" : " ^3.1.0" ,
You can’t perform that action at this time.
0 commit comments