Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #19 from phergie/php-versions
Browse files Browse the repository at this point in the history
❄️ Drop support for HHVM, add support for 7.2 -> Nightly
  • Loading branch information
matthewtrask committed Oct 27, 2018
2 parents 2cef1f2 + 8c0a5c2 commit 0319c79
Show file tree
Hide file tree
Showing 2 changed files with 528 additions and 268 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ php:
- 5.6
- 7.0
- 7.1
- hhvm
- 7.2
- 7.3
- nightly

matrix:
allow_failures:
- php: 7.1
- php: nightly

before_script:
- composer self-update
Expand Down
Loading

0 comments on commit 0319c79

Please sign in to comment.