From f74d938a095c06e26d34f0ea912b5b5ee7b85be3 Mon Sep 17 00:00:00 2001 From: Marcos Garcia Date: Thu, 6 Feb 2020 10:19:23 +0100 Subject: [PATCH] Add PHP 7.4 to Continuous Integration PHP 7.4 was released in December. This raises awareness on compatibility issues. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4249a9ab3..71b2904e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,8 @@ matrix: - php: 7.2 # aliased to a recent 7.3 version - php: 7.3 + # aliased to a recent 7.4 version + - php: 7.4 env: - COMPOSER_INSTALL=1 - TEST=1