mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
Merge pull request #1588 from phansys/php74
PHP 7.4 is already released
This commit is contained in:
commit
e8c0cc170d
1 changed files with 5 additions and 3 deletions
|
@ -4,7 +4,7 @@ php:
|
|||
- 7.1
|
||||
- 7.2
|
||||
- 7.3
|
||||
- 7.4snapshot
|
||||
- 7.4
|
||||
|
||||
sudo: false
|
||||
|
||||
|
@ -24,8 +24,10 @@ matrix:
|
|||
env: SYMFONY_VERSION=^4.0
|
||||
- php: 7.3
|
||||
env: SYMFONY_VERSION=^5.0
|
||||
allow_failures:
|
||||
- php: 7.4snapshot
|
||||
- php: 7.4
|
||||
env: SYMFONY_VERSION=^4.0
|
||||
- php: 7.4
|
||||
env: SYMFONY_VERSION=^5.0
|
||||
|
||||
before_install:
|
||||
- phpenv config-rm xdebug.ini || true
|
||||
|
|
Loading…
Add table
Reference in a new issue