From 7c1e8897170e1ec2853fc29c694e8bae0a1d51a2 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Thu, 21 Feb 2019 10:35:11 +0100 Subject: [PATCH] Travis CI: Remove hhvm master and nightly, add HHVM 3.30 and 3.27 HHVM 4 no longer supports execution of PHP code. HHVM 3.30 and 3.27 are the only remaining still supported HHVM versions with PHP support. They will reach end-of-life in the course of 2019. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b0f7bc2..3dab6a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,8 +20,8 @@ jobs: - php: 7.2 - php: 7.3 - php: nightly - - php: hhvm - - php: hhvm-nightly + - php: hhvm-3.27 # until Sep 2019 + - php: hhvm-3.30 # until Nov 2019 # Deployment stage - stage: deploy @@ -48,7 +48,6 @@ jobs: # Ignore nightly build failures allow_failures: - php: nightly - - php: hhvm-nightly fast-finish: true before_install: