testing with new IdnaConverter seems to require php-7.1

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann 2019-03-10 17:16:59 +01:00
parent f7d24e8870
commit 4028e3ba5c
No known key found for this signature in database
GPG Key ID: 55284EC83A4823B8
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@ language: php
php:
# - "5.4"
# - "5.6"
- "7.0"
# - "7.1"
# - "7.0"
- "7.1"
# - "7.2"
branches:
@ -18,7 +18,7 @@ matrix:
# env: deps=highest
# - php: 5.4
# env: deps=lowest
- php: 7.0
- php: 7.1
env: deps=highest
mysql:

View File

@ -57,7 +57,7 @@
"phploc/phploc": "3.0.1",
"theseer/phpdox": "0.11.2",
"phpunit/php-invoker": "1.1.4",
"php": ">=7.0",
"php": ">=7.1",
"ext-pcntl": "*",
"phpcompatibility/php-compatibility": "*"
},