From 4b6ad7769013e419291afe14f1890ef68e3aadc4 Mon Sep 17 00:00:00 2001 From: Mark Baker Date: Sat, 14 Dec 2019 16:53:06 +0100 Subject: [PATCH] =?UTF-8?q?Modify=20Travis=20to=20use=207.4=20rather=20tha?= =?UTF-8?q?n=207.4snapshot=20now=20that=207.4=20has=20bee=E2=80=A6=20(#129?= =?UTF-8?q?1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Modify Travis to use 7.4 rather than 7.4snapshot now that 7.4 has been released * Try upgrading from Trusty to Xenial to see if --with-zip is enabled on that image --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 353fe141..3a3bbf2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,11 @@ language: php -dist: trusty +dist: xenial php: - 7.1 - 7.2 - 7.3 - - 7.4snapshot + - 7.4 cache: directories: