Use PG12 in CI for the RUM pipeline

This commit is contained in:
Egor Kislitsyn 2019-11-11 19:47:33 +07:00
parent c90972c5bd
commit 7ba30cf8b6
No known key found for this signature in database
GPG Key ID: 1B49CB15B71E7805
1 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ benchmark:
variables:
MIX_ENV: benchmark
services:
- name: lainsoykaf/postgres-with-rum
- name: postgres:9.6
alias: postgres
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
script:
@ -46,7 +46,7 @@ benchmark:
unit-testing:
stage: test
services:
- name: lainsoykaf/postgres-with-rum
- name: postgres:9.6
alias: postgres
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
script:
@ -58,7 +58,7 @@ unit-testing:
unit-testing-rum:
stage: test
services:
- name: lainsoykaf/postgres-with-rum
- name: minibikini/postgres-with-rum:12
alias: postgres
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
variables: