File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,17 @@ jobs:
18
18
fail-fast : true
19
19
matrix :
20
20
php : [8.2, 8.3, 8.4]
21
- phpunit : [10, 11]
21
+ phpunit : [10, 11, 12 ]
22
22
laravel : [10, 11, 12]
23
23
exclude :
24
24
- php : 8.4
25
25
laravel : 10
26
26
- phpunit : 11
27
27
laravel : 10
28
- - phpunit : 10
29
- laravel : 12
28
+ - phpunit : 12
29
+ laravel : 10
30
+ - php : 8.2
31
+ phpunit : 12
30
32
31
33
name : PHP ${{ matrix.php }} - PHPUnit ${{ matrix.phpunit }} - Laravel ${{ matrix.laravel }}
32
34
Original file line number Diff line number Diff line change 14
14
"ext-dom" : " *" ,
15
15
"laravel/framework" : " ^10.44|^11.0|^12.0" ,
16
16
"mockery/mockery" : " ^1.0" ,
17
- "phpunit/phpunit" : " ^10.4|^11.0.1" ,
17
+ "phpunit/phpunit" : " ^10.4|^11.0.1|^12.0.1 " ,
18
18
"symfony/console" : " ^6.2|^7.0" ,
19
19
"symfony/css-selector" : " ^6.2|^7.0" ,
20
20
"symfony/dom-crawler" : " ^6.2|^7.0" ,
23
23
},
24
24
"require-dev" : {
25
25
"laravel/pint" : " ^1.17" ,
26
- "orchestra/testbench-core" : " ^8.31|^9.8 |^10.0"
26
+ "orchestra/testbench-core" : " ^8.31|^9.9.4 |^10.0"
27
27
},
28
28
"autoload" : {
29
29
"psr-4" : {
You can’t perform that action at this time.
0 commit comments