Bringing back allowing failures on PHP 7.4

This commit is contained in:
Alejandro Celaya 2019-11-30 18:15:09 +01:00
parent ed94ec39c4
commit 3080c49caf

View File

@ -9,6 +9,10 @@ php:
- '7.3' - '7.3'
- '7.4snapshot' - '7.4snapshot'
matrix:
allow_failures:
- php: '7.4snapshot'
services: services:
- mysql - mysql
- postgresql - postgresql