drop back to 1.14/OTP25
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build-amd64 Pipeline was successful
ci/woodpecker/push/build-arm64 Pipeline was successful
ci/woodpecker/push/test/2 Pipeline was successful
ci/woodpecker/push/test/1 Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/pr/build-amd64 unknown status
ci/woodpecker/pr/docs unknown status
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/test/1 unknown status
ci/woodpecker/pr/test/2 unknown status
ci/woodpecker/pr/build-arm64 unknown status

This commit is contained in:
Floatingghost 2025-03-02 13:04:10 +00:00
parent 829af03042
commit 184c62359f
4 changed files with 5 additions and 3 deletions

View file

@ -7,13 +7,13 @@ depends_on:
matrix: matrix:
# test the lowest and highest versions # test the lowest and highest versions
ELIXIR_VERSION: ELIXIR_VERSION:
- 1.15 - 1.14
- 1.18 - 1.18
OTP_VERSION: OTP_VERSION:
- 25 - 25
- 27 - 27
include: include:
- ELIXIR_VERSION: 1.15 - ELIXIR_VERSION: 1.14
OTP_VERSION: 25 OTP_VERSION: 25
- ELIXIR_VERSION: 1.18 - ELIXIR_VERSION: 1.18
OTP_VERSION: 27 OTP_VERSION: 27

View file

@ -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.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 ./build.sh 1.18-otp27 1.18.2-erlang-27.2.4-alpine-3.19.7

View file

@ -558,6 +558,7 @@
], ],
email_blacklist: [] email_blacklist: []
config :oban_met, auto_start: false
config :pleroma, Oban, config :pleroma, Oban,
repo: Pleroma.Repo, repo: Pleroma.Repo,
log: false, log: false,

View file

@ -1,7 +1,7 @@
## Required dependencies ## Required dependencies
* PostgreSQL 12+ * 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) * Erlang OTP 25+ (currently tested up to OTP27)
* git * git
* file / libmagic * file / libmagic