From ce89fc6086b6a4dc3f2cf02fa718725e314450c5 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Sat, 23 Dec 2017 11:30:13 -0500 Subject: [PATCH] Travis: Restore PHP 5.5 testing --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a48967b14b..3682dda1d5 100755 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ cache: php: #- 5.4 // Removed because of Chash dependencies on PHP 5.5 - #- 5.5 // Removed because official support ended in 2016 + - 5.5 - 5.6 - 7.0 - 7.1