MDL-65809 core: travis min php version set to 7.2 to match requirements

This commit is contained in:
Jake Dallimore 2019-12-27 14:45:58 +08:00
parent 0c75251509
commit c9c1654166

View File

@ -19,7 +19,7 @@ services:
php:
# We only run the highest and lowest supported versions to reduce the load on travis-ci.org.
- 7.3
- 7.1.30 # Make this sticky because current default version (7.1.11) has a bug with redis-extension output (MDL-66062)
- 7.2
addons:
postgresql: "9.6"