From a00a6723675401d060be7d18094d667f30280bf7 Mon Sep 17 00:00:00 2001 From: bensinclair Date: Mon, 8 Jun 2020 15:18:05 +1000 Subject: [PATCH] Add PHP 7.4 to Travis CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b9f4598..c8d2523 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ php: - 7.1 - 7.2 - 7.3 + - 7.4 before_script: - curl -sSfL -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.26.phar