From f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c Mon Sep 17 00:00:00 2001 From: Paragon Initiative Enterprises <security@paragonie.com> Date: Sun, 6 Dec 2020 10:14:20 -0500 Subject: [PATCH] Include PHP 7.4 in build matrix --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 34ea37d..117c114 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ matrix: - php: "7.1" - php: "7.2" - php: "7.3" + - php: "7.4" - php: "8.0" - php: "nightly" allow_failures: -- GitLab