diff --git a/.travis.yml b/.travis.yml index 37e4708..711fbe5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,10 @@ php: - 5.5 - 5.6 - 7.0 - - hhvm + - 7.1 + - 7.2 + - 7.3 + - nightly sudo: false diff --git a/README.md b/README.md index f2e4a2d..006c93b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Requirements * PHP >= 5.5.0 * cURL -This library is unit tested against PHP 5.5, 5.6, 7.0 and HHVM! +This library is unit tested against PHP 5.5, 5.6, 7.0, 7.1, 7.2, 7.3 and the PHP nightly build! License ------- @@ -71,7 +71,7 @@ Tests and coverage This library is fully unit tested using [PHPUnit](https://phpunit.de/). -I use [TravisCI](https://travis-ci.org/) for continuous integration, which triggers tests for PHP 5.5, 5.6, 7.0 and HHVM every time a commit is pushed. +I use [TravisCI](https://travis-ci.org/) for continuous integration, which triggers tests for PHP 5.5, 5.6, 7.0, 7.1, 7.2, 7.3 and the PHP nightly build every time a commit is pushed. If you wish to run the tests yourself you should run the following: