aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-04-07 18:44:14 -0700
committerBryan Newbold <bnewbold@robocracy.org>2022-01-26 18:02:31 -0800
commit909eb1e37214fe0d5f0efb54bb37700cf10c7013 (patch)
treea0090ca6301f0785b7f63371acb1a2ccb723c525 /.gitlab-ci.yml
parent106d7bb86295f5ca1599c2ef85f2ed8a6c4fa69e (diff)
downloadfatcat-909eb1e37214fe0d5f0efb54bb37700cf10c7013.tar.gz
fatcat-909eb1e37214fe0d5f0efb54bb37700cf10c7013.zip
upgrade gitlab CI, docs, and various scripts from postgresql 11 to 13
Expecting few if any compatibility issues with this transition. Actually upgrading the production databases will be some work, but will hopefully yield disk savings from changes in the B-Tree index on-disk format.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f71e2d77..9746b8ce 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ unified_test:
DATABASE_URL: "postgres://fatcat_user:fatcat_pw@postgres/fatcat_test"
TEST_DATABASE_URL: "postgres://fatcat_user:fatcat_pw@postgres/fatcat_test"
services:
- - "postgres:11"
+ - "postgres:13"
before_script:
- export PATH="$PATH:$CARGO_HOME/bin"
- apt update -qy