Commit 9775b30c authored by Stan Hu's avatar Stan Hu

Upgrade PostgreSQL versions in CI

* 9.6.11 -> 9.6.14
* 10.7 -> 10.9

This is done in preparation for upgrading PostgreSQL in Omnibus:
https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/3492
parent 5ebbe95a
......@@ -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
......
.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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment