tests: allow to fail on PHP 7.3 and use the latest PHP 7.1 release (#6666)

This commit is contained in:
Daniel Ruf 2019-01-30 23:32:33 +01:00 committed by snipe
parent af3c8195af
commit 8ce78c6b31

View file

@ -16,10 +16,14 @@ services:
php:
- 5.6
- 7.0
- 7.2
- 7.1.4
- 7.1
- 7.2
- 7.3
matrix:
allow_failures:
- php: 7.3
# execute any number of scripts before the test run, custom env's are available as variables
before_script:
- phpenv config-add .github/travis-memory.ini