File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,14 @@ jobs:
1212 os : [ubuntu-latest]
1313 php : [8.2, 8.3, 8.4]
1414 stability : [prefer-stable]
15- laravel : [11.*]
15+ laravel : [11.*, 12.* ]
1616 include :
1717 - laravel : 11.*
1818 testbench : 9.*
1919
20+ - laravel : 12.*
21+ testbench : 10.*
22+
2023 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2124
2225 steps :
Original file line number Diff line number Diff line change 2727 "require-dev" : {
2828 "guzzlehttp/guzzle" : " ^7.1" ,
2929 "http-interop/http-factory-guzzle" : " ^1.0" ,
30- "larastan/larastan" : " ^2 .0" ,
31- "orchestra/testbench" : " ^9.0" ,
32- "phpstan/phpstan" : " ^1 .0" ,
33- "phpunit/phpunit" : " ^10 .0"
30+ "larastan/larastan" : " ^3 .0" ,
31+ "orchestra/testbench" : " ^9.0 || ^10.0 " ,
32+ "phpstan/phpstan" : " ^2 .0" ,
33+ "phpunit/phpunit" : " ^11 .0"
3434 },
3535 "minimum-stability" : " stable" ,
3636 "prefer-stable" : true ,
You can’t perform that action at this time.
0 commit comments