From 0df1a22deba4c16e421a48ac93252c3531ad7635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 9 May 2017 16:27:46 +0200 Subject: [PATCH] Adjust hhvm test matrix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - remove ancient 3.3 - add current 3.19 Signed-off-by: Michal Čihař --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7ed8fd8180..cdaac8cd41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,9 +15,9 @@ php: - "7.0" - "5.6" - "5.5" - - hhvm-3.3 - hhvm-3.12 - hhvm-3.18 + - hhvm-3.19 sudo: required