From e2a07ec4521cdb080c95044b8836abab07489bad Mon Sep 17 00:00:00 2001 From: Danny van Kooten Date: Wed, 6 Feb 2019 20:01:07 +0100 Subject: [PATCH] test recent php versions, stop testing 5.3-5.5 --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 22adf81..51a7bf9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,10 @@ language: php php: - - 5.3 - - 5.4 - - 5.5 - 5.6 - 7.0 - - hhvm + - 7.1 + - 7.2 + - 7.3 install: - composer update --prefer-source script: