From 5c16a0c56f0dfff85e5fc9352c6a1e102e41076f Mon Sep 17 00:00:00 2001 From: z38 Date: Sun, 5 Jan 2020 16:17:17 +0100 Subject: [PATCH] Run tests with PHP 7.3 and 7.4 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b9ec556..2d9041b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ php: - 7.0 - 7.1 - 7.2 + - 7.3 + - 7.4 before_script: - composer install