File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,13 @@ jobs:
1818 matrix :
1919 os : [ubuntu-latest]
2020 php : [8.3, 8.4]
21- laravel : [11.*]
21+ laravel : [11.*, 12.* ]
2222 stability : [prefer-stable]
2323 include :
2424 - laravel : 11.*
2525 testbench : 9.*
26+ - laravel : 11.*
27+ testbench : 10.*
2628
2729 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2830
Original file line number Diff line number Diff line change 2222 "spatie/laravel-package-tools" : " ^1.13.6"
2323 },
2424 "require-dev" : {
25- "larastan/larastan " : " ^3.0.0 " ,
26- "laravel/pint " : " ^1.0 " ,
27- "nunomaduro/collision " : " ^8.1 " ,
28- "orchestra/testbench" : " ^9.9 " ,
25+ "laravel/pint " : " ^1.14 " ,
26+ "nunomaduro/collision " : " ^8.1.1 " ,
27+ "larastan/larastan " : " ^3.0 " ,
28+ "orchestra/testbench" : " ^9.0.0||^10.0.0 " ,
2929 "pestphp/pest" : " ^3.0" ,
3030 "pestphp/pest-plugin-arch" : " ^3.0" ,
3131 "pestphp/pest-plugin-laravel" : " ^3.0" ,
32- "phpstan/extension-installer" : " ^1.4 " ,
33- "phpstan/phpstan-deprecation-rules" : " ^2.0" ,
34- "phpstan/phpstan-phpunit" : " ^2.0"
32+ "phpstan/extension-installer" : " ^1.3||^2.0 " ,
33+ "phpstan/phpstan-deprecation-rules" : " ^1.1||^ 2.0" ,
34+ "phpstan/phpstan-phpunit" : " ^1.3||^ 2.0"
3535 },
3636 "autoload" : {
3737 "psr-4" : {
You can’t perform that action at this time.
0 commit comments