Updating the PostgreSQL version

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2018-06-11 15:27:59 +04:00
parent b8801a4587
commit faa816f346

View File

@ -1,13 +1,16 @@
language: php language: php
os: "linux"
php: 7.2
sudo: false sudo: false
os: "linux" addons:
postgresql: "10"
php: 7.2
env: env:
- DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE - DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE - DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
before_install: before_install: