Updating the PostgreSQL version
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
b8801a4587
commit
faa816f346
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user