From 82f8a06afaba9f18046798050efe1b66c64bd3c1 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Wed, 3 Jul 2019 13:58:50 +1200 Subject: [PATCH] NEW: Drop PHP 5.6 testing PostgreSQL 2.3+, like Framework 4.5+, is able to be PHP 7.1+. Updated the test matrix to reflect this. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f0da051..fb44e1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ cache: - $HOME/.composer/cache/files php: - - 5.6 + - 7.1 env: global: @@ -16,10 +16,10 @@ env: matrix: fast_finish: true include: - - php: 5.6 + - php: 7.1 env: - PHPUNIT_TEST=framework - - php: 5.6 + - php: 7.1 env: - PHPUNIT_TEST=postgresql - PHPCS_TEST=1