File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,11 @@ jobs:
1010 matrix :
1111 os : [ubuntu-latest]
1212 php : [8.0]
13- laravel : [7.*, 8.*]
13+ laravel : [8.*]
1414 dependency-version : [prefer-lowest, prefer-stable]
1515 include :
1616 - laravel : 8.*
1717 testbench : 6.*
18- - laravel : 7.*
19- testbench : 5.*
2018
2119 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2220
Original file line number Diff line number Diff line change 3636 ],
3737 "require" : {
3838 "php" : " ^8.0" ,
39- "illuminate/support" : " ^7.0|^ 8.0" ,
40- "illuminate/http" : " ^7.0|^ 8.0" ,
41- "illuminate/contracts" : " ^7.0|^ 8.0" ,
39+ "illuminate/support" : " ^8.0" ,
40+ "illuminate/http" : " ^8.0" ,
41+ "illuminate/contracts" : " ^8.0" ,
4242 "spatie/laravel-package-tools" : " ^1.9"
4343 },
4444 "require-dev" : {
4545 "phpunit/phpunit" : " ^9.4" ,
46- "orchestra/testbench" : " ^5.0|^ 6.0" ,
46+ "orchestra/testbench" : " ^6.0" ,
4747 "spatie/phpunit-snapshot-assertions" : " ^4.2" ,
4848 "spatie/test-time" : " ^1.2"
4949 },
You can’t perform that action at this time.
0 commit comments