mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
MDL-65809 core: travis min php version set to 7.2 to match requirements
This commit is contained in:
parent
0c75251509
commit
c9c1654166
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ services:
|
||||||
php:
|
php:
|
||||||
# We only run the highest and lowest supported versions to reduce the load on travis-ci.org.
|
# We only run the highest and lowest supported versions to reduce the load on travis-ci.org.
|
||||||
- 7.3
|
- 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:
|
addons:
|
||||||
postgresql: "9.6"
|
postgresql: "9.6"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue