aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJan Uhlig <[email protected]>2024-11-18 14:07:59 +0100
committerLoïc Hoguin <[email protected]>2025-01-23 11:54:59 +0100
commit2a2ff882d128bc58ac99912f86ccf8e57d47ed1f (patch)
tree83b31a2b9131115b71419178dbd98a64d592cf17 /doc
parent87b89851674cc82d7bcd6c609e20fa2bc4d0fcfa (diff)
downloadranch-2a2ff882d128bc58ac99912f86ccf8e57d47ed1f.tar.gz
ranch-2a2ff882d128bc58ac99912f86ccf8e57d47ed1f.tar.bz2
ranch-2a2ff882d128bc58ac99912f86ccf8e57d47ed1f.zip
Raise minimum OTP to 24+
Diffstat (limited to 'doc')
-rw-r--r--doc/src/guide/introduction.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/introduction.asciidoc b/doc/src/guide/introduction.asciidoc
index a682c46..0bc86dd 100644
--- a/doc/src/guide/introduction.asciidoc
+++ b/doc/src/guide/introduction.asciidoc
@@ -15,7 +15,7 @@ with socket programming and TCP protocols.
Ranch is tested and supported on Linux, FreeBSD, macOS and Windows.
-Ranch is developed for Erlang/OTP 22+.
+Ranch is developed for Erlang/OTP 24+.
Ranch may be compiled on earlier Erlang versions with small source code
modifications but there is no guarantee that it will work as expected.