File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
3232
3333 # All versions below only support PHP ^8.2 (Laravel requirement)
3434 - { laravel: ^11.0, testbench: ^9.0, phpunit: 10.5.* }
35- - { laravel: ^12.0, testbench: ^10.0, phpunit: 10 .5.* }
35+ - { laravel: ^12.0, testbench: ^10.0, phpunit: 11 .5.* }
3636 exclude :
3737 - php : " 8.1"
3838 packages : { laravel: ^11.0, testbench: ^9.0, phpunit: 10.5.* }
3939 - php : " 8.1"
40- packages : { laravel: ^12.0, testbench: ^10.0, phpunit: 10 .5.* }
40+ packages : { laravel: ^12.0, testbench: ^10.0, phpunit: 11 .5.* }
4141
4242 name : phpunit (PHP:${{ matrix.php }}, Laravel:${{ matrix.packages.laravel }})
4343
Original file line number Diff line number Diff line change 3535 }
3636 },
3737 "require-dev" : {
38- "phpunit/phpunit" : " ^8.4 | ^9.3 | ^10.4" ,
38+ "phpunit/phpunit" : " ^8.4 | ^9.3 | ^10.4 | ^11.5 " ,
3939 "laravel/framework" : " ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0 | ^12.0" ,
4040 "orchestra/testbench" : " ^4.7 | ^5.1 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0" ,
4141 "friendsofphp/php-cs-fixer" : " ^3.11" ,
You can’t perform that action at this time.
0 commit comments