Skip to content

Commit

Permalink
PR-745 Migrate from PHP 7.4snapshot to 7.4 in travis
Browse files Browse the repository at this point in the history
Related #745
  • Loading branch information
realFlowControl authored and Sieg committed Dec 13, 2019
1 parent 26af934 commit dd0b623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -9,13 +9,13 @@ php:
- "7.1"
- "7.2"
- "7.3"
- "7.4snapshot"
- "7.4"

matrix:
fast_finish: true
allow_failures:
- php: "7.3"
- php: "7.4snapshot"
- php: "7.4"

# Numeric values of error reporting levels:
# 32767: E_ALL
Expand Down

0 comments on commit dd0b623

Please sign in to comment.