From 66c7c5a63bb1f64823474215caad0f95f344f0aa Mon Sep 17 00:00:00 2001 From: Bobby Allen Date: Thu, 3 Jan 2019 20:02:09 +0000 Subject: [PATCH] Updated the travis configuration to build for PHP 7.3 too. --- .travis.yml | 5 ++++- README.md | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) 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: