drop back to 1.14/OTP25

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:
# 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

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.18-otp27 1.18.2-erlang-27.2.4-alpine-3.19.7

View file

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

View file

@ -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