summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2023-09-01 19:32:59 +0200
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2023-11-14 10:47:33 +0100
commit3831d310091fe975893972185baa592789194952 (patch)
tree79c581c435fc1dd921bbe9de8a6bd6a12905dad5 /docs
parentbf2d6abaf2f7ccc908c512a8d5be4e091779e9e5 (diff)
docs: Put a max version on erlang and elixir
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3194
Diffstat (limited to 'docs')
-rw-r--r--docs/installation/generic_dependencies.include6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/installation/generic_dependencies.include b/docs/installation/generic_dependencies.include
index dcaacfdfd..dbe6fe49d 100644
--- 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)