From 3b07f13d524de29a9f7c88f4836c6304f7cccfb0 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 2 Jul 2019 12:30:28 +0200 Subject: [PATCH] MDL-66062 travis: Force PHP 7.1.30 to avoid some unit test failures Make this sticky because current default version (7.1.11) has a bug with redis-extension outputting information and breaking tests. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8096475f6c7..56a20e8f9b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ dist: trusty php: # We only run the highest and lowest supported versions to reduce the load on travis-ci.org. - 7.3 - - 7.1 + - 7.1.30 # Make this sticky because current default version (7.1.11) has a bug with redis-extension output (MDL-66062) addons: postgresql: "9.6"