From a46e3b4505b920caf7905b50d0101ae3ae3b7c74 Mon Sep 17 00:00:00 2001 From: mihaileu <54336101+mihaileu@users.noreply.github.com> Date: Wed, 25 Dec 2019 13:18:37 +0200 Subject: [PATCH] test agains php 7.4 (#854) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index feb2f6f..e2c1857 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ php: - 7.1 - 7.2 - 7.3 - + - 7.4 # This triggers builds to run on the new TravisCI infrastructure. # See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/ sudo: false