Added PHP 7.2 to TravisCI config and fix other PHP versions.

This commit is contained in:
Dmitry Khomutov 2017-12-02 12:42:12 +07:00
parent f67d0aa7c0
commit bb843670e1
No known key found for this signature in database
GPG key ID: EC19426474B37AAC

View file

@ -7,9 +7,10 @@ cache:
- $HOME/.composer/cache - $HOME/.composer/cache
php: php:
- 5.6.30 - 5.6
- 7.0.21 - 7.0
- 7.1.7 - 7.1
- 7.2
matrix: matrix:
fast_finish: true fast_finish: true