Gitlab CI: Update postgres
This commit is contained in:
parent
783fa797bb
commit
b38c3de411
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ unit-testing:
|
|||
policy: pull
|
||||
|
||||
services:
|
||||
- name: postgres:9.6
|
||||
- name: postgres:13
|
||||
alias: postgres
|
||||
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue