Skip to content

Commit af0d882

Browse files
committed
Update required
#182
1 parent 7a2ed7f commit af0d882

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.travis.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ language: php
22

33
# Versions of PHP you want your project run with.
44
php:
5-
- 7.0
65
- 7.1
76
- 7.2
8-
- 7.3
97
- 7.4
108

119
env:
@@ -34,11 +32,3 @@ after_success:
3432
script:
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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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": {

0 commit comments

Comments
 (0)