File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,24 @@ jobs:
1010 fail-fast : false
1111 matrix :
1212 php : [8.1, 8.0, 7.4, 7.3]
13- laravel : [9.*, 8.*]
13+ laravel : [9.*, 8.*, 10.* ]
1414 dependency-version : [prefer-lowest, prefer-stable]
1515 exclude :
16+ - laravel : 10.*
17+ php : 8.0
18+ - laravel : 10.*
19+ php : 7.4
20+ - laravel : 10.*
21+ php : 7.3
1622 - laravel : 9.*
1723 php : 7.4
1824 - laravel : 9.*
1925 php : 7.3
2026 - laravel : 8.*
2127 php : 8.1
2228 include :
29+ - laravel : 10.*
30+ testbench : 8.*
2331 - laravel : 9.*
2432 testbench : 7.*
2533 - laravel : 8.*
Original file line number Diff line number Diff line change 1818 "require" : {
1919 "php" : " ^7.3 || ^8.0" ,
2020 "guzzlehttp/guzzle" : " ~6.0 || ~7.0" ,
21- "illuminate/support" : " 5.7.* || 5.8.* ||^6.0 || ^7.0 || ^8.0 || ^9.0" ,
21+ "illuminate/support" : " 5.7.* || 5.8.* ||^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 " ,
2222 "symfony/dotenv" : " ^4.2 || ^5.1"
2323 },
2424 "require-dev" : {
2525 "mockery/mockery" : " ^1.4" ,
26- "orchestra/testbench" : " ^5.0 || ^6.0" ,
26+ "orchestra/testbench" : " ^5.0 || ^6.0 || ^7.0 || ^8.0 " ,
2727 "phpstan/extension-installer" : " ^1.1" ,
2828 "phpstan/phpstan-deprecation-rules" : " ^1.0" ,
2929 "phpstan/phpstan-phpunit" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments