diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2024-01-16 16:21:23 +0000 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-01-16 11:22:34 -0500 |
commit | 355487041a610a2834eebca520660b74a667df06 (patch) | |
tree | f0fa513707782845a305e85ae9523f8f31b449e2 | |
parent | e44f6a2ab3c798693599044911278d9a34f8eb84 (diff) | |
download | pleroma-355487041a610a2834eebca520660b74a667df06.tar.gz pleroma-355487041a610a2834eebca520660b74a667df06.zip |
We are unsure if OTP27 will bring more breaking changes
-rw-r--r-- | docs/installation/generic_dependencies.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/generic_dependencies.include b/docs/installation/generic_dependencies.include index 56274a3f0..aebf21e7c 100644 --- a/docs/installation/generic_dependencies.include +++ b/docs/installation/generic_dependencies.include @@ -2,7 +2,7 @@ * PostgreSQL >=9.6 * Elixir >=1.11.0 <1.15 -* Erlang OTP >=22.2.0 +* Erlang OTP >=22.2.0 (supported: <27) * git * file / libmagic * gcc or clang |