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 : 3
23
+ runs : 7
24
24
25
25
build :
26
26
nodes :
Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ matrix:
13
13
- php : " 7.2"
14
14
env : LARAVEL_VERSION="5.5.*"
15
15
- php : " 7.2"
16
- env : LARAVEL_VERSION="5.6.*" RUN_CS_FIXER=1
16
+ env : LARAVEL_VERSION="5.6.*"
17
+ - php : " 7.2"
18
+ env : LARAVEL_VERSION="5.7.*" RUN_CS_FIXER=1
17
19
18
20
sudo : false
19
21
Original file line number Diff line number Diff line change 5
5
"require" : {
6
6
"php" : " >=7.0" ,
7
7
"art4/json-api-client" : " ^0.9.1" ,
8
- "illuminate/support" : " 5.3.*|5.4.*|5.5.*|5.6.*" ,
8
+ "illuminate/support" : " 5.3.*|5.4.*|5.5.*|5.6.*|5.7.* " ,
9
9
"jenssegers/model" : " ^1.1" ,
10
10
"php-http/client-implementation" : " ^1.0" ,
11
11
"php-http/discovery" : " ^1.0"
You can’t perform that action at this time.
0 commit comments