From 1308ecccd0cd2289aa91a5f766aa0286d17c3500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 13 Dec 2016 08:23:46 +0100 Subject: [PATCH] Enable testing in PHP 7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I hoped there will be phpMyAdmin 4.7.0 by time PHP 7.1 is out, but obviously that's not the case, so we should fix 4.6 branch as well. Signed-off-by: Michal Čihař --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0f26ad6965..4ce3a6dde1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ language: php php: + - "7.1" - "7.0" - "5.6" - "5.5"