From b47baf16ef41630d860a172a649a5fcfc90836bf Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Sat, 18 Jan 2020 14:29:31 +0900 Subject: [PATCH] add 7.2, 7.3 and 7.4 to test targets --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 02860606..6ce53993 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,9 @@ php: - hhvm - 7.0 - 7.1 + - 7.2 + - 7.3 + - 7.4 before_script: - composer self-update - composer install