remove PHP master/8.0 from tests and 7.3 from allow_failure

This commit is contained in:
Ralf Becker 2019-02-09 09:43:04 +01:00
parent d753624972
commit 435d680248

View File

@ -4,14 +4,13 @@ php:
- 7.1 - 7.1
- 7.2 - 7.2
- 7.3 - 7.3
- master # none of our dependencies allow 8.0
# - master
matrix: matrix:
fast_finish: true fast_finish: true
allow_failures: # allow_failures:
- php: master # - php: master
# allow 7.3 to fail, as pear.php.net is down and it has no cache with missing PEAR packages yet :(
- php: 7.3
services: services:
- memcached - memcached