forked from AkkomaGang/akkoma
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:
commit
20564600e8
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue