File tree Expand file tree Collapse file tree 3 files changed +19
-15
lines changed Expand file tree Collapse file tree 3 files changed +19
-15
lines changed Original file line number Diff line number Diff line change @@ -18,18 +18,20 @@ jobs:
18
18
strategy :
19
19
fail-fast : true
20
20
matrix :
21
- php : [8.1, 8.2, 8.3]
22
- laravel : [10, 11]
21
+ php : [8.1, 8.2, 8.3, 8.4 ]
22
+ laravel : [10, 11, 12 ]
23
23
phpunit : [10.5, 11]
24
- include :
25
- - php : 8.4
26
- laravel : 11
27
- phpunit : 11.3
28
24
exclude :
29
25
- php : 8.1
30
26
laravel : 11
27
+ - php : 8.1
28
+ laravel : 12
31
29
- laravel : 10
32
30
phpunit : 11
31
+ - laravel : 10
32
+ phpunit : 12
33
+ - laravel : 12
34
+ phpunit : 10.5
33
35
34
36
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - PHPUnit ${{ matrix.phpunit }}
35
37
Original file line number Diff line number Diff line change @@ -18,18 +18,20 @@ jobs:
18
18
strategy :
19
19
fail-fast : true
20
20
matrix :
21
- php : [8.1, 8.2, 8.3]
22
- laravel : [10, 11]
21
+ php : [8.1, 8.2, 8.3, 8.4 ]
22
+ laravel : [10, 11, 12 ]
23
23
phpunit : [10.5, 11]
24
- include :
25
- - php : 8.4
26
- laravel : 11
27
- phpunit : 11.3
28
24
exclude :
29
25
- php : 8.1
30
26
laravel : 11
27
+ - php : 8.1
28
+ laravel : 12
31
29
- laravel : 10
32
30
phpunit : 11
31
+ - laravel : 10
32
+ phpunit : 12
33
+ - laravel : 12
34
+ phpunit : 10.5
33
35
34
36
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - PHPUnit ${{ matrix.phpunit }}
35
37
Original file line number Diff line number Diff line change 18
18
"ext-json" : " *" ,
19
19
"ext-zip" : " *" ,
20
20
"guzzlehttp/guzzle" : " ^7.5" ,
21
- "illuminate/console" : " ^10.0|^11.0" ,
22
- "illuminate/support" : " ^10.0|^11.0" ,
21
+ "illuminate/console" : " ^10.0|^11.0|^12.0 " ,
22
+ "illuminate/support" : " ^10.0|^11.0|^12.0 " ,
23
23
"php-webdriver/webdriver" : " ^1.15.2" ,
24
24
"symfony/console" : " ^6.2|^7.0" ,
25
25
"symfony/finder" : " ^6.2|^7.0" ,
28
28
},
29
29
"require-dev" : {
30
30
"mockery/mockery" : " ^1.6" ,
31
- "orchestra/testbench" : " ^8.19|^9.0" ,
31
+ "orchestra/testbench" : " ^8.19|^9.0|^10.0 " ,
32
32
"phpstan/phpstan" : " ^1.10" ,
33
33
"phpunit/phpunit" : " ^10.1|^11.0" ,
34
34
"psy/psysh" : " ^0.11.12|^0.12"
You can’t perform that action at this time.
0 commit comments