Merge pull request #1588 from phansys/php74

PHP 7.4 is already released
This commit is contained in:
Guilhem Niot 2020-02-21 10:25:30 +01:00 committed by GitHub
commit e8c0cc170d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ php:
- 7.1 - 7.1
- 7.2 - 7.2
- 7.3 - 7.3
- 7.4snapshot - 7.4
sudo: false sudo: false
@ -24,8 +24,10 @@ matrix:
env: SYMFONY_VERSION=^4.0 env: SYMFONY_VERSION=^4.0
- php: 7.3 - php: 7.3
env: SYMFONY_VERSION=^5.0 env: SYMFONY_VERSION=^5.0
allow_failures: - php: 7.4
- php: 7.4snapshot env: SYMFONY_VERSION=^4.0
- php: 7.4
env: SYMFONY_VERSION=^5.0
before_install: before_install:
- phpenv config-rm xdebug.ini || true - phpenv config-rm xdebug.ini || true