File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 fail-fast : true
1818 matrix :
1919 os : [ubuntu-latest]
20- php : [8.3, 8.2]
21- laravel : [11.* ]
20+ php : [8.4, 8. 3, 8.2]
21+ laravel : [^ 11.0 ]
2222 stability : [prefer-lowest, prefer-stable]
2323 include :
24- - laravel : 11.*
24+ - laravel : ^ 11.0
2525 testbench : 9.*
2626
2727 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
Original file line number Diff line number Diff line change 1818 ],
1919 "require" : {
2020 "php" : " ^8.2" ,
21- "illuminate/contracts" : " ^11.0" ,
21+ "illuminate/contracts" : " ^11.0|^12.0 " ,
2222 "lorisleiva/laravel-actions" : " ^2.8" ,
2323 "spatie/laravel-collection-macros" : " ^7.0" ,
2424 "spatie/laravel-package-tools" : " ^1.16" ,
2727 "require-dev" : {
2828 "laravel/pint" : " ^1.14" ,
2929 "nunomaduro/collision" : " ^8.1" ,
30- "orchestra/testbench" : " ^9.0"
30+ "orchestra/testbench" : " ^9.0|^10.0 "
3131 },
3232 "autoload" : {
3333 "psr-4" : {
You can’t perform that action at this time.
0 commit comments