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:
2020tools :
2121 external_code_coverage :
2222 timeout : 600
23- runs : 8
23+ runs : 9
2424
2525build :
2626 nodes :
Original file line number Diff line number Diff line change @@ -16,8 +16,10 @@ matrix:
1616 env : LARAVEL_VERSION="^6.0" RUN_CS_FIXER=1
1717 - php : " 7.3"
1818 env : LARAVEL_VERSION="^6.0"
19+ - php : " 7.3"
20+ env : LARAVEL_VERSION="^7.0"
1921 - php : " 7.4"
20- env : LARAVEL_VERSION="^6 .0"
22+ env : LARAVEL_VERSION="^7 .0"
2123
2224sudo : false
2325
Original file line number Diff line number Diff line change 55 "require" : {
66 "php" : " >=7.1.3" ,
77 "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 " ,
99 "jenssegers/model" : " ^1.1" ,
1010 "nyholm/psr7" : " ^1.2" ,
1111 "php-http/discovery" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments