Skip to content

Commit

Permalink
.travis: enable 7.3 and 7.4snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
kornrunner committed Jul 23, 2019
1 parent 68b5523 commit 8406d31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@ language: php

php:
- 7.2
- 7.3
- 7.4snapshot
- nightly

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

install:
- composer install
Expand Down

0 comments on commit 8406d31

Please sign in to comment.