Skip to content
Snippets Groups Projects
Commit 9775b30c authored by Stan Hu's avatar Stan Hu
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
 
Loading
Loading
.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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment