File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
1717 fail-fast : true
1818 matrix :
1919 os : [ubuntu-latest, windows-latest]
20- php : [8.3, 8.2, 8.1 ]
21- laravel : [10 .*]
20+ php : [8.3, 8.2]
21+ laravel : [11 .*]
2222 stability : [prefer-lowest, prefer-stable]
2323 include :
24- - laravel : 10 .*
25- testbench : 8 .*
24+ - laravel : 11 .*
25+ testbench : 9 .*
2626 carbon : ^2.63
2727
2828 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
Original file line number Diff line number Diff line change 1818 "require" : {
1919 "php" : " ^8.2" ,
2020 "spatie/laravel-package-tools" : " ^1.16" ,
21- "illuminate/contracts" : " ^10.0||^ 11.0"
21+ "illuminate/contracts" : " ^11.0"
2222 },
2323 "require-dev" : {
2424 "laravel/pint" : " ^1.14" ,
25- "nunomaduro/collision" : " ^8.1.1||^7.10.0 " ,
25+ "nunomaduro/collision" : " ^8.1.1" ,
2626 "larastan/larastan" : " ^2.9" ,
27- "orchestra/testbench" : " ^9.0.0||^8.22.0 " ,
27+ "orchestra/testbench" : " ^9.0.0" ,
2828 "pestphp/pest" : " ^2.34" ,
2929 "pestphp/pest-plugin-arch" : " ^2.7" ,
3030 "pestphp/pest-plugin-laravel" : " ^2.3" ,
You can’t perform that action at this time.
0 commit comments