From e1b1217749790f17d8108a92bbae799e836b8654 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 8095a97e094..da44dfbfc73 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"