File tree 2 files changed +6
-11
lines changed
2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,11 @@ jobs:
16
16
fail-fast : false
17
17
matrix :
18
18
php : [ 7.3, 7.4, 8.0, 8.1 ]
19
- laravel : [ 7.*, 8.*, 9.* , 10.*]
19
+ laravel : [ 8.*, 9.* , 10.*]
20
20
dependency-version : [ prefer-lowest, prefer-stable ]
21
21
include :
22
22
- laravel : 10.*
23
23
testbench : 8.*
24
- - laravel : 7.*
25
- testbench : 5.*
26
24
27
25
- laravel : 8.*
28
26
testbench : 6.*
43
41
- laravel : 9.*
44
42
php : 7.4
45
43
46
- - laravel : 7.*
47
- php : 8.1
48
-
49
44
- laravel : 8.*
50
45
php : 8.1
51
46
dependency-version : prefer-lowest
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^7.3|^8.0" ,
20
- "illuminate/support" : " ^7.26.0|^ 8.0|^9.0|^10.0" ,
21
- "illuminate/console" : " ^7.26.0|^ 8.0|^9.0|^10.0" ,
22
- "illuminate/http" : " ^7.26.0|^ 8.0|^9.0|^10.0" ,
23
- "illuminate/cache" : " ^7.26.0|^ 8.0|^9.0|^10.0" ,
24
- "illuminate/view" : " ^7.26.0|^ 8.0|^9.0|^10.0" ,
20
+ "illuminate/support" : " ^8.0|^9.0|^10.0" ,
21
+ "illuminate/console" : " ^8.0|^9.0|^10.0" ,
22
+ "illuminate/http" : " ^8.0|^9.0|^10.0" ,
23
+ "illuminate/cache" : " ^8.0|^9.0|^10.0" ,
24
+ "illuminate/view" : " ^8.0|^9.0|^10.0" ,
25
25
"guzzlehttp/guzzle" : " ^7.2" ,
26
26
"ramsey/uuid" : " ^3.7|^4.0"
27
27
},
You can’t perform that action at this time.
0 commit comments