Merge branch 'use-pg12-in-ci' into 'develop'

Use PosgreSQL v12 in the federated tests

See merge request pleroma/pleroma!2022
This commit is contained in:
lain 2019-11-28 16:58:41 +00:00
commit 20564600e8
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ unit-testing:
federated-testing:
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"]
script: