File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,16 @@ jobs:
1010 matrix :
1111 os : [ubuntu-latest]
1212 php : [8.0, 7.4]
13- laravel : [8.*]
13+ laravel : [8.*, 9.* ]
1414 dependency-version : [prefer-stable]
1515 include :
1616 - laravel : 8.*
1717 testbench : 6.*
18+ - laravel : 9.*
19+ testbench : 7.*
20+ exclude :
21+ - laravel : 9.*
22+ php : 7.4
1823
1924 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2025
Original file line number Diff line number Diff line change 1919 ],
2020 "require" : {
2121 "php" : " ^7.2|^8.0" ,
22- "laravel/framework" : " 5.8.* || ^6.0 || ^7.0 || ^8.0"
22+ "laravel/framework" : " 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 "
2323 },
2424 "require-dev" : {
2525 "orchestra/testbench" : " >=3.8" ,
26- "phpunit/phpunit" : " ^7.0|^8.0"
26+ "phpunit/phpunit" : " ^7.0|^8.0|^9.3 "
2727 },
2828 "autoload" : {
2929 "psr-4" : {
You can’t perform that action at this time.
0 commit comments