docs: Put a max version on erlang and elixir

Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3194
This commit is contained in:
Haelwenn (lanodan) Monnier 2023-09-01 19:32:59 +02:00
parent bf2d6abaf2
commit 3831d31009
2 changed files with 4 additions and 3 deletions

View file

@ -0,0 +1 @@
- Document maximum supported version of Erlang & Elixir

View file

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