Added PHP 7.2 and HHVM

7.2 is out and the README still says HHVM, figure should be testing against it.
This commit is contained in:
Josh Sherman 2018-01-07 21:02:24 -06:00
parent 333323c9b3
commit 8d0bd22b1b
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -11,6 +11,8 @@ matrix:
- php: 5.6 - php: 5.6
- php: 7.0 - php: 7.0
- php: 7.1 - php: 7.1
- php: 7.2
- php: hhvm
install: install:
- composer install - composer install