diff options
author | Mark Felder <feld@feld.me> | 2024-09-18 13:14:17 -0400 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-09-18 13:14:17 -0400 |
commit | f00545d85bd601734cdbbc28454f33541dbf530d (patch) | |
tree | dbb2c08b1c0560ca14dfc6c3bbad428f4790ea2d /.gitlab-ci.yml | |
parent | 63582949436c9db9c97e7269ed2124d9f649a6ef (diff) | |
download | pleroma-f00545d85bd601734cdbbc28454f33541dbf530d.tar.gz pleroma-f00545d85bd601734cdbbc28454f33541dbf530d.zip |
Elixir 1.14 and Erlang/OTP 23 is now the minimum supported release
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76d1a4210..39947c75e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,8 @@ -image: git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.13.4-otp-25 +image: git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.14.5-otp-25 variables: &global_variables # Only used for the release - ELIXIR_VER: 1.13.4 + ELIXIR_VER: 1.14.5 POSTGRES_DB: pleroma_test POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres @@ -71,7 +71,7 @@ check-changelog: tags: - amd64 -build-1.13.4-otp-25: +build-1.14.5-otp-25: extends: - .build_changes_policy - .using-ci-base @@ -119,7 +119,7 @@ benchmark: - mix ecto.migrate - mix pleroma.load_testing -unit-testing-1.13.4-otp-25: +unit-testing-1.14.5-otp-25: extends: - .build_changes_policy - .using-ci-base |