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
|
||||
|
||||
os: "linux"
|
||||
php: 7.2
|
||||
sudo: false
|
||||
|
||||
os: "linux"
|
||||
|
||||
php: 7.2
|
||||
addons:
|
||||
postgresql: "10"
|
||||
|
||||
env:
|
||||
- DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE
|
||||
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
|
||||
- DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
|
||||
- DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
|
||||
|
||||
before_install:
|
||||
|
Loading…
x
Reference in New Issue
Block a user