From 5895b73bf8a0fc2b24e157800e4785156b7ab55d Mon Sep 17 00:00:00 2001 From: Mark Dain Date: Mon, 27 Jan 2020 12:46:53 +0000 Subject: [PATCH] Instruct CI to build on PHP 7.4 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 27d113f..5058f0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,12 +4,11 @@ php: - '7.1' - '7.2' - '7.3' - - '7.4snapshot' + - '7.4' - 'nightly' matrix: allow_failures: - - php: '7.4snapshot' - php: 'nightly' before_script: -- 2.30.1