allow php 7.4 build to fail

This commit is contained in:
troosan 2019-09-01 22:12:34 +02:00 committed by GitHub
parent 18664fb955
commit aec9582d83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 2 deletions

View File

@ -15,17 +15,25 @@ php:
matrix: matrix:
include: include:
- php: 7.0
env: COVERAGE=1
- php: 5.3 - php: 5.3
dist: precise dist: precise
env: COMPOSER_MEMORY_LIMIT=3G env: COMPOSER_MEMORY_LIMIT=3G
- php: 5.4
dist: trusty
- php: 5.5
dist: trusty
- php: 7.0
env: COVERAGE=1
- php: 7.3 - php: 7.3
env: DEPENDENCIES="--ignore-platform-reqs" env: DEPENDENCIES="--ignore-platform-reqs"
exclude: exclude:
- php: 5.3 - php: 5.3
- php: 5.4
- php: 5.5
- php: 7.0 - php: 7.0
- php: 7.3 - php: 7.3
allow_failures:
- php: 7.4snapshot
cache: cache:
directories: directories: