forked from AkkomaGang/akkoma
Use PosgreSQL v12 in the federated tests
This commit is contained in:
parent
98990d2d61
commit
798aa0c335
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ unit-testing:
|
||||||
federated-testing:
|
federated-testing:
|
||||||
stage: test
|
stage: test
|
||||||
services:
|
services:
|
||||||
- name: lainsoykaf/postgres-with-rum
|
- name: minibikini/postgres-with-rum:12
|
||||||
alias: postgres
|
alias: postgres
|
||||||
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
|
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue