Skip to content

Commit

Permalink
Use PHP 7.4 instead of 7.4snapshot in Travis build
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
  • Loading branch information
MauricioFauth committed Dec 10, 2019
1 parent fd2b172 commit b92b286
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -11,7 +11,8 @@ services:
- mysql

php:
- "7.4snapshot"
- "nightly"
- "7.4"
- "7.3"
- "7.2"
- "7.1"
Expand Down Expand Up @@ -117,7 +118,7 @@ matrix:
- test/ci-install-test

allow_failures:
- php: "7.4snapshot"
- php: "nightly"
- env: CI_MODE=test DBASE=true

cache:
Expand Down

0 comments on commit b92b286

Please sign in to comment.