File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ checks:
20
20
tools :
21
21
external_code_coverage :
22
22
timeout : 600
23
- runs : 8
23
+ runs : 9
24
24
25
25
build :
26
26
nodes :
Original file line number Diff line number Diff line change @@ -16,8 +16,10 @@ matrix:
16
16
env : LARAVEL_VERSION="^6.0" RUN_CS_FIXER=1
17
17
- php : " 7.3"
18
18
env : LARAVEL_VERSION="^6.0"
19
+ - php : " 7.3"
20
+ env : LARAVEL_VERSION="^7.0"
19
21
- php : " 7.4"
20
- env : LARAVEL_VERSION="^6 .0"
22
+ env : LARAVEL_VERSION="^7 .0"
21
23
22
24
sudo : false
23
25
Original file line number Diff line number Diff line change 5
5
"require" : {
6
6
"php" : " >=7.1.3" ,
7
7
"ext-json" : " *" ,
8
- "illuminate/support" : " 5.5.*|5.6.*|5.7.*|5.8.*|^6.0" ,
8
+ "illuminate/support" : " 5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0 " ,
9
9
"jenssegers/model" : " ^1.1" ,
10
10
"nyholm/psr7" : " ^1.2" ,
11
11
"php-http/discovery" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments