From 30e6de99322657e27a304df5fd562ccbc70c2fc2 Mon Sep 17 00:00:00 2001 From: Bas Strooband Date: Tue, 2 Jun 2020 09:42:30 +0200 Subject: [PATCH] Test PHP 7.2 with Travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0b0605f49..b37a87b2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,8 @@ language: php php: - 5.6 - - 7.0 + - 7.2 + - 7.4 matrix: allow_failures: