Travis: Test against php 7.4 release version.

This commit is contained in:
Jan Böhmer 2019-12-11 20:33:38 +01:00
parent a81cd4d84b
commit 835087cd3f

View file

@ -11,7 +11,7 @@ php:
- '7.1' - '7.1'
- '7.2' - '7.2'
- '7.3' - '7.3'
- '7.4snapshot' - '7.4'
install: install:
- composer install - composer install
@ -41,5 +41,3 @@ after_success:
matrix: matrix:
fast_finish: true fast_finish: true
allow_failures:
- php: 7.4snapshot