Skip to content
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.

Commit

Permalink
add php7.4 snapshot to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Oct 1, 2019
1 parent 78a8d42 commit a7d20de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ matrix:
env: dependencies=lowest
- php: 7.3
env: dependencies=highest
- php: 7.4snapshot
env: dependencies=lowest
- php: 7.4snapshot
env: dependencies=highest
allow_failures:
- php: 7.4snapshot

before_script:
- echo "USE mysql;\nUPDATE user SET authentication_string=PASSWORD('root') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
Expand Down

0 comments on commit a7d20de

Please sign in to comment.