File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,11 @@ jobs:
10
10
matrix :
11
11
os : [ubuntu-latest]
12
12
php : [8.0]
13
- laravel : [7.*, 8.*]
13
+ laravel : [8.*]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
15
include :
16
16
- laravel : 8.*
17
17
testbench : 6.*
18
- - laravel : 7.*
19
- testbench : 5.*
20
18
21
19
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
22
20
Original file line number Diff line number Diff line change 36
36
],
37
37
"require" : {
38
38
"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" ,
42
42
"spatie/laravel-package-tools" : " ^1.9"
43
43
},
44
44
"require-dev" : {
45
45
"phpunit/phpunit" : " ^9.4" ,
46
- "orchestra/testbench" : " ^5.0|^ 6.0" ,
46
+ "orchestra/testbench" : " ^6.0" ,
47
47
"spatie/phpunit-snapshot-assertions" : " ^4.2" ,
48
48
"spatie/test-time" : " ^1.2"
49
49
},
You can’t perform that action at this time.
0 commit comments