From 08e4134af061abb21e303afe53580c072cc1da41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Votruba?= Date: Tue, 23 Aug 2016 14:39:56 +0200 Subject: [PATCH] travis: bump min version to PHP 5.6, add PHP 7.1 Min version is PHP 5.6, see composer: https://github.com/thephpleague/skeleton/blob/ad403d7a63d7f2989657960d2e9e84e90fa3be9a/composer.json#L20 Also PHP 7.1 is available on Travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index af76124..2b406dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: php php: - - 5.5 - 5.6 - 7.0 + - 7.1 - hhvm # This triggers builds to run on the new TravisCI infrastructure. @@ -17,7 +17,7 @@ cache: matrix: include: - - php: 5.5 + - php: 5.6 env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"' before_script: