From 4c7ef1e027177f41305e95ca9999482126d5be1d Mon Sep 17 00:00:00 2001 From: Norm Date: Sat, 9 Nov 2024 18:24:53 -0500 Subject: [PATCH] Update supported OTP version to 27 in docs The minor incompatibility should have been fixed with commit bee10eab5ebf6aa4d50238afd3d9c37a014dd745 and PRs #839 and #841. --- docs/docs/installation/generic_dependencies.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/installation/generic_dependencies.include b/docs/docs/installation/generic_dependencies.include index 87669bd23..8bf55237b 100644 --- a/docs/docs/installation/generic_dependencies.include +++ b/docs/docs/installation/generic_dependencies.include @@ -2,7 +2,7 @@ * PostgreSQL 12+ * Elixir 1.14+ (currently tested up to 1.16) -* Erlang OTP 25+ (currently tested up to OTP26) +* Erlang OTP 25+ (currently tested up to OTP27) * git * file / libmagic * gcc (clang might also work)