Use PHP 7.4 instead of 7.4snapshot in Travis build

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2019-12-10 11:17:10 -03:00
parent fd2b172365
commit b92b286be5

View File

@ -11,7 +11,8 @@ services:
- mysql
php:
- "7.4snapshot"
- "nightly"
- "7.4"
- "7.3"
- "7.2"
- "7.1"
@ -117,7 +118,7 @@ matrix:
- test/ci-install-test
allow_failures:
- php: "7.4snapshot"
- php: "nightly"
- env: CI_MODE=test DBASE=true
cache: