From 282fd5e618ccb878c93f4577f3f08da78bf18bad Mon Sep 17 00:00:00 2001 From: Hafiq Date: Sun, 4 Oct 2020 18:55:00 +0800 Subject: [PATCH] Add Php 7.4 to travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2e9d4fc..1774afd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: php php: - '7.2' - '7.3' + - '7.4 before_script: - composer install --ignore-platform-reqs