From bb843670e1240d395abcabfe0c83fa4cc9414bf2 Mon Sep 17 00:00:00 2001 From: Dmitry Khomutov Date: Sat, 2 Dec 2017 12:42:12 +0700 Subject: [PATCH] Added PHP 7.2 to TravisCI config and fix other PHP versions. --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 46938bd7..80bf4f4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,10 @@ cache: - $HOME/.composer/cache php: - - 5.6.30 - - 7.0.21 - - 7.1.7 + - 5.6 + - 7.0 + - 7.1 + - 7.2 matrix: fast_finish: true