File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
32
32
33
33
# All versions below only support PHP ^8.2 (Laravel requirement)
34
34
- { 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.* }
36
36
exclude :
37
37
- php : " 8.1"
38
38
packages : { laravel: ^11.0, testbench: ^9.0, phpunit: 10.5.* }
39
39
- 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.* }
41
41
42
42
name : phpunit (PHP:${{ matrix.php }}, Laravel:${{ matrix.packages.laravel }})
43
43
Original file line number Diff line number Diff line change 35
35
}
36
36
},
37
37
"require-dev" : {
38
- "phpunit/phpunit" : " ^8.4 | ^9.3 | ^10.4" ,
38
+ "phpunit/phpunit" : " ^8.4 | ^9.3 | ^10.4 | ^11.5 " ,
39
39
"laravel/framework" : " ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0 | ^12.0" ,
40
40
"orchestra/testbench" : " ^4.7 | ^5.1 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0" ,
41
41
"friendsofphp/php-cs-fixer" : " ^3.11" ,
You can’t perform that action at this time.
0 commit comments