diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 2b8d495bc..f4044000c 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -7,13 +7,13 @@ depends_on: matrix: # test the lowest and highest versions ELIXIR_VERSION: - - 1.15 + - 1.14 - 1.18 OTP_VERSION: - 25 - 27 include: - - ELIXIR_VERSION: 1.15 + - ELIXIR_VERSION: 1.14 OTP_VERSION: 25 - ELIXIR_VERSION: 1.18 OTP_VERSION: 27 diff --git a/ci/build-all.sh b/ci/build-all.sh index 854a0092f..8d3132637 100755 --- a/ci/build-all.sh +++ b/ci/build-all.sh @@ -1,2 +1,3 @@ +./build.sh 1.14-otp25 1.14.3-erlang-25.3.2-alpine-3.18.0 ./build.sh 1.15-otp25 1.15.8-erlang-25.3.2.18-alpine-3.19.7 ./build.sh 1.18-otp27 1.18.2-erlang-27.2.4-alpine-3.19.7 diff --git a/config/config.exs b/config/config.exs index be6a0d81c..f19f6fa76 100644 --- a/config/config.exs +++ b/config/config.exs @@ -558,6 +558,7 @@ ], email_blacklist: [] +config :oban_met, auto_start: false config :pleroma, Oban, repo: Pleroma.Repo, log: false, diff --git a/docs/docs/installation/generic_dependencies.include b/docs/docs/installation/generic_dependencies.include index 098a7c7d8..9e75a0151 100644 --- a/docs/docs/installation/generic_dependencies.include +++ b/docs/docs/installation/generic_dependencies.include @@ -1,7 +1,7 @@ ## Required dependencies * PostgreSQL 12+ -* Elixir 1.15+ (currently tested up to 1.18) +* Elixir 1.14.1+ (currently tested up to 1.18) * Erlang OTP 25+ (currently tested up to OTP27) * git * file / libmagic