Gitlab CI: Update postgres

This commit is contained in:
lain 2020-11-19 17:15:05 +01:00
parent 783fa797bb
commit b38c3de411
1 changed files with 1 additions and 1 deletions

View File

@ -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: