From 4ea4911a4db1f79b94bfa72ca0ba82010dee592d Mon Sep 17 00:00:00 2001 From: gridnev Date: Thu, 13 Feb 2020 16:10:25 +0300 Subject: [PATCH] Add php version 7.2, 7.3, 7.4 to travis.yml --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3b410ea..88381ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,9 @@ install: php: - 7.0 - 7.1 + - 7.2 + - 7.3 + - 7.4 script: - ./vendor/bin/phpunit