From 49569b6139cd4002537c5e51638a047dc26cae8b Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Sun, 8 Mar 2020 18:05:19 +0900 Subject: [PATCH] Add PHP 7.4 to unit tests --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 438a2011b..af7ee80a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,10 @@ php: - 7.1 - 7.2 - 7.3 + - 7.4 +matrix: + allow_failures: + - php: 7.4 services: - mysql before_script: