summaryrefslogtreecommitdiff
path: root/docs/installation
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-09-18 13:14:17 -0400
committerMark Felder <feld@feld.me>2024-09-18 13:14:17 -0400
commitf00545d85bd601734cdbbc28454f33541dbf530d (patch)
treedbb2c08b1c0560ca14dfc6c3bbad428f4790ea2d /docs/installation
parent63582949436c9db9c97e7269ed2124d9f649a6ef (diff)
downloadpleroma-f00545d85bd601734cdbbc28454f33541dbf530d.tar.gz
pleroma-f00545d85bd601734cdbbc28454f33541dbf530d.zip
Elixir 1.14 and Erlang/OTP 23 is now the minimum supported release
Diffstat (limited to 'docs/installation')
-rw-r--r--docs/installation/debian_based_jp.md2
-rw-r--r--docs/installation/generic_dependencies.include4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/installation/debian_based_jp.md b/docs/installation/debian_based_jp.md
index 5a0823a63..0817934ff 100644
--- a/docs/installation/debian_based_jp.md
+++ b/docs/installation/debian_based_jp.md
@@ -14,7 +14,7 @@ Note: This article is potentially outdated because at this time we may not have
- PostgreSQL 11.0以上 (Ubuntu16.04では9.5しか提供されていないので,[](https://www.postgresql.org/download/linux/ubuntu/)こちらから新しいバージョンを入手してください)
- `postgresql-contrib` 11.0以上 (同上)
-- Elixir 1.13 以上 ([Debianのリポジトリからインストールしないこと!!! ここからインストールすること!](https://elixir-lang.org/install.html#unix-and-unix-like)。または [asdf](https://github.com/asdf-vm/asdf) をpleromaユーザーでインストールしてください)
+- Elixir 1.14 以上 ([Debianのリポジトリからインストールしないこと!!! ここからインストールすること!](https://elixir-lang.org/install.html#unix-and-unix-like)。または [asdf](https://github.com/asdf-vm/asdf) をpleromaユーザーでインストールしてください)
- `erlang-dev`
- `erlang-nox`
- `git`
diff --git a/docs/installation/generic_dependencies.include b/docs/installation/generic_dependencies.include
index bdb7f94d3..9f07f62c6 100644
--- a/docs/installation/generic_dependencies.include
+++ b/docs/installation/generic_dependencies.include
@@ -1,8 +1,8 @@
## Required dependencies
* PostgreSQL >=11.0
-* Elixir >=1.13.0 <1.17
-* Erlang OTP >=22.2.0 (supported: <27)
+* Elixir >=1.14.0 <1.17
+* Erlang OTP >=23.0.0 (supported: <27)
* git
* file / libmagic
* gcc or clang