diff options
author | lain <lain@soykaf.club> | 2020-11-19 17:15:05 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-11-19 17:15:05 +0100 |
commit | b38c3de411a863e51f4e00cb34f4ce59c8d333ea (patch) | |
tree | d0bad32b33645d04845cb2e5d7d5fe7011b3f9f8 | |
parent | 783fa797bbe356611aa5d61e22e62b2b4bd6dbe6 (diff) | |
download | pleroma-b38c3de411a863e51f4e00cb34f4ce59c8d333ea.tar.gz |
Gitlab CI: Update postgres
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |