logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 3831d310091fe975893972185baa592789194952
parent bf2d6abaf2f7ccc908c512a8d5be4e091779e9e5
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri,  1 Sep 2023 19:32:59 +0200

docs: Put a max version on erlang and elixir

Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3194

Diffstat:

Achangelog.d/docs-max-elixir-erlang.change1+
Mdocs/installation/generic_dependencies.include6+++---
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/changelog.d/docs-max-elixir-erlang.change b/changelog.d/docs-max-elixir-erlang.change @@ -0,0 +1 @@ +- Document maximum supported version of Erlang & Elixir diff --git a/docs/installation/generic_dependencies.include b/docs/installation/generic_dependencies.include @@ -1,8 +1,8 @@ ## Required dependencies -* PostgreSQL 9.6+ -* Elixir 1.10+ -* Erlang OTP 22.2+ +* PostgreSQL >=9.6 +* Elixir >=1.11.0 <1.15 +* Erlang OTP >=22.2.0 <26 * git * file / libmagic * gcc (clang might also work)