File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,8 @@ language: php
22
33# Versions of PHP you want your project run with.
44php :
5- - 7.0
65 - 7.1
76 - 7.2
8- - 7.3
97 - 7.4
108
119env :
@@ -34,11 +32,3 @@ after_success:
3432script :
3533 - vendor/bin/phpunit --coverage-clover=coverage.xml
3634 - vendor/bin/phpstan analyse lib tests --level=1
37-
38- # allow_failures: Allow this build to fail under the specified environments.
39- # fast_finish: If your build fails do not continue trying to build, just stop.
40- matrix :
41- allow_failures :
42- - php : 7.0
43- - php : 7.3
44- - php : 7.4
Original file line number Diff line number Diff line change 2121 "issues" : " https://github.com/ezSQL/ezSQL/issues"
2222 },
2323 "require" : {
24- "php" : " ^7.0 " ,
24+ "php" : " ^7.1 " ,
2525 "psr/container" : " ^1.0"
2626 },
2727 "provide" : {
You can’t perform that action at this time.
0 commit comments