From c49bfd4fee087f21c880b9c570ae7c9600c9f301 Mon Sep 17 00:00:00 2001 From: Witold Wasiczko Date: Tue, 31 Dec 2019 12:18:04 +0100 Subject: [PATCH] Add support for php 7.4 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7aa543b..f5f6f69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ php: - 7.1 - 7.2 - 7.3 + - 7.4 matrix: fast_finish: true