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:
1818 strategy :
1919 fail-fast : true
2020 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 ]
2323 phpunit : [10.5, 11]
24- include :
25- - php : 8.4
26- laravel : 11
27- phpunit : 11.3
2824 exclude :
2925 - php : 8.1
3026 laravel : 11
27+ - php : 8.1
28+ laravel : 12
3129 - laravel : 10
3230 phpunit : 11
31+ - laravel : 10
32+ phpunit : 12
33+ - laravel : 12
34+ phpunit : 10.5
3335
3436 name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - PHPUnit ${{ matrix.phpunit }}
3537
Original file line number Diff line number Diff line change @@ -18,18 +18,20 @@ jobs:
1818 strategy :
1919 fail-fast : true
2020 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 ]
2323 phpunit : [10.5, 11]
24- include :
25- - php : 8.4
26- laravel : 11
27- phpunit : 11.3
2824 exclude :
2925 - php : 8.1
3026 laravel : 11
27+ - php : 8.1
28+ laravel : 12
3129 - laravel : 10
3230 phpunit : 11
31+ - laravel : 10
32+ phpunit : 12
33+ - laravel : 12
34+ phpunit : 10.5
3335
3436 name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - PHPUnit ${{ matrix.phpunit }}
3537
Original file line number Diff line number Diff line change 1818 "ext-json" : " *" ,
1919 "ext-zip" : " *" ,
2020 "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 " ,
2323 "php-webdriver/webdriver" : " ^1.15.2" ,
2424 "symfony/console" : " ^6.2|^7.0" ,
2525 "symfony/finder" : " ^6.2|^7.0" ,
2828 },
2929 "require-dev" : {
3030 "mockery/mockery" : " ^1.6" ,
31- "orchestra/testbench" : " ^8.19|^9.0" ,
31+ "orchestra/testbench" : " ^8.19|^9.0|^10.0 " ,
3232 "phpstan/phpstan" : " ^1.10" ,
3333 "phpunit/phpunit" : " ^10.1|^11.0" ,
3434 "psy/psysh" : " ^0.11.12|^0.12"
You can’t perform that action at this time.
0 commit comments