This is an automated email from the ASF dual-hosted git repository. ronny pushed a commit to branch set-minimum-erlang-26 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit ca3745f1b342e8b15fa79465a9f6c948429645b1 Author: Ronny Berndt <[email protected]> AuthorDate: Thu Jun 12 08:08:51 2025 +0200 Set Erlang/OTP 26 as minimum supported version Erlang/OTP was released in May 2025, so bump the minimum supported Erlang version too. --- rebar.config.script | 2 +- src/docs/src/install/unix.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config.script b/rebar.config.script index 57fa8fae6..1f82036cd 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -191,7 +191,7 @@ end. AddConfig = [ {cover_enabled, true}, {cover_print_enabled, true}, - {require_otp_vsn, "25|26|27|28"}, + {require_otp_vsn, "26|27|28"}, {deps_dir, "src"}, {deps, lists:map(MakeDep, DepDescs ++ OptionalDeps)}, {sub_dirs, SubDirs}, diff --git a/src/docs/src/install/unix.rst b/src/docs/src/install/unix.rst index 0d60ec52d..1a8136404 100644 --- a/src/docs/src/install/unix.rst +++ b/src/docs/src/install/unix.rst @@ -157,7 +157,7 @@ Dependencies You should have the following installed: -* `Erlang OTP (25, 26, 27) <http://erlang.org/>`_ +* `Erlang OTP (26, 27, 28) <http://erlang.org/>`_ * `ICU <http://icu-project.org/>`_ * `OpenSSL <http://www.openssl.org/>`_ * `Mozilla SpiderMonkey (1.8.5, 60, 68, 78, 91, 102, 115, 128) <https://spidermonkey.dev/>`_
