Test PHP 7.4snapshot
For now allow failure for PHP 7.4 because it's not released yet
This commit is contained in:
parent
98a1f0a8cf
commit
8a1cb04830
|
@ -7,11 +7,13 @@ php:
|
|||
- 7.1
|
||||
- 7.2
|
||||
- 7.3
|
||||
- 7.4snapshot
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- php: 5.6
|
||||
- php: 7.4snapshot
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
|
Loading…
Reference in New Issue