Merge branch 'sh-update-postgresql-ci' into 'master'

Upgrade PostgreSQL versions in CI

See merge request gitlab-org/gitlab-ce!31446
This commit is contained in:
Thong Kuah 2019-08-05 02:34:10 +00:00
commit 2fd254c6b1
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
.use-pg: &use-pg
services:
- name: postgres:9.6.11
- name: postgres:9.6.14
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
- name: redis:alpine

View file

@ -1,12 +1,12 @@
.use-pg: &use-pg
services:
- name: postgres:9.6.11
- name: postgres:9.6.14
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
- name: redis:alpine
.use-pg-10: &use-pg-10
services:
- name: postgres:10.7
- name: postgres:10.9
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
- name: redis:alpine