From 91762ea8c323e661ee1ddab6e9f98cdcd2d3df1b Mon Sep 17 00:00:00 2001 From: gdejong Date: Thu, 26 Nov 2020 14:41:42 +0100 Subject: [PATCH] Run tests on PHP 7.4 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 93354af..e4a00ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ php: - 7.1 - 7.2 - 7.3 + - 7.4 # - hhvm # requires legacy phpunit & ignore errors, see below # lock distro so new future defaults will not break the build