We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2ed7f commit af0d882Copy full SHA for af0d882
2 files changed
.travis.yml
@@ -2,10 +2,8 @@ language: php
2
3
# Versions of PHP you want your project run with.
4
php:
5
- - 7.0
6
- 7.1
7
- 7.2
8
- - 7.3
9
- 7.4
10
11
env:
@@ -34,11 +32,3 @@ after_success:
34
32
script:
35
33
- vendor/bin/phpunit --coverage-clover=coverage.xml
36
- 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
@@ -21,7 +21,7 @@
21
"issues": "https://github.com/ezSQL/ezSQL/issues"
22
},
23
"require": {
24
- "php": "^7.0",
+ "php": "^7.1",
25
"psr/container": "^1.0"
26
27
"provide": {
0 commit comments