File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,11 @@ jobs:
2222 matrix :
2323 os : [ubuntu-latest, windows-latest]
2424 php : [8.4, 8.3]
25- laravel : [12.*, 11.*, 10.* ]
25+ laravel : [12.*]
2626 stability : [prefer-lowest, prefer-stable]
2727 include :
2828 - laravel : 12.*
2929 testbench : 10.*
30- - laravel : 11.*
31- testbench : 9.*
32- - laravel : 10.*
33- testbench : 8.*
3430
3531
3632 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
Original file line number Diff line number Diff line change 2929 },
3030 "require-dev" : {
3131 "laravel/pint" : " ^1.14" ,
32- "nunomaduro/collision" : " ^8.1.1||^7.10.0 " ,
32+ "nunomaduro/collision" : " ^8.1.1" ,
3333 "larastan/larastan" : " ^2.9||^3.0" ,
34- "orchestra/testbench" : " ^10.0.0||^9.0.0||^8.22.0 " ,
34+ "orchestra/testbench" : " ^10.0.0" ,
3535 "pestphp/pest" : " ^3.0" ,
3636 "pestphp/pest-plugin-arch" : " ^3.0" ,
37- "pestphp/pest-plugin-laravel" : " ^2.4|^ 3.0" ,
37+ "pestphp/pest-plugin-laravel" : " ^3.0" ,
3838 "phpstan/extension-installer" : " ^1.3||^2.0" ,
3939 "phpstan/phpstan-deprecation-rules" : " ^1.1||^2.0" ,
4040 "phpstan/phpstan-phpunit" : " ^1.3||^2.0"
You can’t perform that action at this time.
0 commit comments