Skip to content

Commit

Permalink
Test PHP 7.2 and 7.3 and support 7.x (#3903)
Browse files Browse the repository at this point in the history
* Test PHP 7.2

* Support PHP 7.x

* Test PHP 7.3
  • Loading branch information
hugovk authored and enzolutions committed May 15, 2019
1 parent 6f42420 commit a122272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -7,14 +7,14 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- hhvm

matrix:
fast_finish: true
allow_failures:
- php: hhvm
- php: 7.0
- php: 7.1

env:
global:
Expand Down

0 comments on commit a122272

Please sign in to comment.