From fc3cd79f214779344f4b3ec6c6cef2934b1a1701 Mon Sep 17 00:00:00 2001 From: Filippo Tessarotto Date: Mon, 10 Feb 2020 12:16:41 +0100 Subject: [PATCH] [Travis] Test against PHP 7.4 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 86bcb9ba..8810d01c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: php php: - 7.2 - 7.3 + - 7.4 services: - mysql