From: lain Date: Thu, 19 Nov 2020 16:15:05 +0000 (+0100) Subject: Gitlab CI: Update postgres X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=b38c3de411a863e51f4e00cb34f4ce59c8d333ea;p=akkoma Gitlab CI: Update postgres --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a754ed78..1b05e4a08 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: