File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,13 @@ jobs:
1414 matrix :
1515 os : [ ubuntu-latest ]
1616 php : [ 8.2, 8.3 ]
17- laravel : [ 10.* ]
17+ laravel : [ 10.*, 11.* ]
1818 stability : [ prefer-lowest, prefer-stable ]
1919 include :
2020 - laravel : 10.*
2121 testbench : 8.*
22+ - laravel : 11.*
23+ testbench : 9.*
2224
2325 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2426
Original file line number Diff line number Diff line change 1717 ],
1818 "require" : {
1919 "php" : " ^8.2" ,
20- "illuminate/contracts" : " ^10.0"
20+ "illuminate/contracts" : " ^10.0 || ^11.0 "
2121 },
2222 "require-dev" : {
2323 "friendsofphp/php-cs-fixer" : " ^3.6" ,
24- "nunomaduro/collision" : " ^7.10" ,
25- "nunomaduro /larastan" : " ^2.0.1" ,
26- "orchestra/testbench" : " ^8.0" ,
24+ "nunomaduro/collision" : " ^7.10 || ^8.0 " ,
25+ "larastan /larastan" : " ^2.0.1" ,
26+ "orchestra/testbench" : " ^8.0 || ^9.0 " ,
2727 "pestphp/pest" : " ^2.24" ,
2828 "pestphp/pest-plugin-laravel" : " ^2.2" ,
2929 "phpstan/extension-installer" : " ^1.1" ,
3030 "phpstan/phpstan-deprecation-rules" : " ^1.0" ,
31- "phpstan/phpstan-phpunit" : " ^1.0" ,
32- "phpunit/phpunit" : " ^10.4"
31+ "phpstan/phpstan-phpunit" : " ^1.0"
3332 },
3433 "autoload" : {
3534 "psr-4" : {
You can’t perform that action at this time.
0 commit comments