summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2023-12-20 23:39:12 +0000
committerMark Felder <feld@feld.me>2023-12-20 23:39:12 +0000
commit7e3bbdded5dea73a0bad3a8905839e42d476e506 (patch)
tree24edfb277d847e370e5837032660bbcda2178c69 /.gitlab-ci.yml
parent344c798b4cb2a7cb65337a81d8b5a2eb27dd1be3 (diff)
downloadpleroma-7e3bbdded5dea73a0bad3a8905839e42d476e506.tar.gz
pleroma-7e3bbdded5dea73a0bad3a8905839e42d476e506.zip
Elixir 1.13 is the minimum required version
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 eb31a8086..8f10790da 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ image: git.pleroma.social:5050/pleroma/pleroma/ci-base
variables: &global_variables
# Only used for the release
- ELIXIR_VER: 1.12.3
+ ELIXIR_VER: 1.13.4
POSTGRES_DB: pleroma_test
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres