allow php 5.3, 5.4, 5.5 except xenial os

This commit is contained in:
Libor M 2020-10-18 07:26:06 +02:00
parent 236c7c4499
commit 0edcab0da6
1 changed files with 3 additions and 0 deletions

View File

@ -28,8 +28,11 @@ matrix:
env: DEPENDENCIES="--ignore-platform-reqs" env: DEPENDENCIES="--ignore-platform-reqs"
exclude: exclude:
- php: 5.3 - php: 5.3
dist: xenial
- php: 5.4 - php: 5.4
dist: xenial
- php: 5.5 - php: 5.5
dist: xenial
- php: 7.0 - php: 7.0
allow_failures: allow_failures:
- php: nightly - php: nightly