From 8bf38cb022e57c06ecd841d24e4e54af87dde5df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Thu, 13 Sep 2018 14:12:10 -0300 Subject: [PATCH] Add HHVM 3.21, 3.24 and 3.27 to test matrix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related to #13547 Signed-off-by: MaurĂ­cio Meneghini Fauth --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8ed40373ec..c5498d5591 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,9 @@ php: - "5.5" - "hhvm-3.12" - "hhvm-3.18" + - "hhvm-3.21" + - "hhvm-3.24" + - "hhvm-3.27" - "nightly" sudo: required