mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 13:38:32 +01:00
MDL-63276 travis support: Bump to PHP 7.1 required
This commit is contained in:
parent
422947e070
commit
f580d20adf
@ -14,7 +14,7 @@ language: php
|
||||
php:
|
||||
# We only run the highest and lowest supported versions to reduce the load on travis-ci.org.
|
||||
- 7.2
|
||||
- 7.0
|
||||
- 7.1
|
||||
|
||||
addons:
|
||||
postgresql: "9.6"
|
||||
@ -63,7 +63,7 @@ matrix:
|
||||
# Exclude it on all versions except for 7.2
|
||||
|
||||
- env: DB=mysqli TASK=PHPUNIT
|
||||
php: 7.0
|
||||
php: 7.1
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
Loading…
x
Reference in New Issue
Block a user