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,13 +10,18 @@ jobs:
1010 matrix :
1111 os : [ubuntu-latest]
1212 php : [8.2, 8.1, 8.0]
13- laravel : [9.*, 8.*]
13+ laravel : [9.*, 8.*, 10.* ]
1414 dependency-version : [prefer-lowest, prefer-stable]
1515 include :
16+ - laravel : 10.*
17+ testbench : 8.*
1618 - laravel : 9.*
1719 testbench : 7.*
1820 - laravel : 8.*
1921 testbench : ^6.23
22+ exclude :
23+ - laravel : 10.*
24+ php : 8.0
2025
2126 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2227
Original file line number Diff line number Diff line change 1717 ],
1818 "require" : {
1919 "php" : " ^8.0" ,
20- "laravel/framework" : " ^8.0|^9.0" ,
20+ "laravel/framework" : " ^8.0|^9.0|^10.0 " ,
2121 "spatie/image-optimizer" : " ^1.2.0"
2222 },
2323 "require-dev" : {
24- "orchestra/testbench" : " ^6.23|^7.0" ,
24+ "orchestra/testbench" : " ^6.23|^7.0|^8.0 " ,
2525 "phpunit/phpunit" : " ^9.4"
2626 },
2727 "autoload" : {
You can’t perform that action at this time.
0 commit comments