File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,13 @@ jobs:
1818 matrix :
1919 os : [ubuntu-latest, windows-latest]
2020 php : [8.4, 8.3]
21- laravel : [12.*, 11.*, 10.* ]
21+ laravel : [12.*, 11.*]
2222 stability : [prefer-lowest, prefer-stable]
2323 include :
2424 - laravel : 12.*
2525 testbench : 10.*
2626 - laravel : 11.*
2727 testbench : 9.*
28- - laravel : 10.*
29- testbench : 8.*
3028
3129 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3230
Original file line number Diff line number Diff line change 3535 "ext-libxml" : " *" ,
3636 "ext-zip" : " *" ,
3737 "spatie/laravel-package-tools" : " ^1.16" ,
38- "illuminate/contracts" : " ^12.0"
38+ "illuminate/contracts" : " ^11.0||^ 12.0"
3939 },
4040 "require-dev" : {
4141 "laravel/pint" : " ^1.14" ,
You can’t perform that action at this time.
0 commit comments