This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch test-erlang-26.2.5.17 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 7aed9798e23eba910dbd485249531d82c3571684 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Fri Feb 20 14:54:38 2026 -0500 Update ci image erlang to 26.2.5.17 --- build-aux/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile index b1f0b8d6f..7a1aa4b5b 100644 --- a/build-aux/Jenkinsfile +++ b/build-aux/Jenkinsfile @@ -19,11 +19,11 @@ DOCKER_IMAGE_BASE = 'apache/couchdbci-debian:bookworm-erlang' // Erlang version embedded in binary packages. Also the version most builds // will run. -ERLANG_VERSION = '26.2.5.16' +ERLANG_VERSION = '26.2.5.17' // Erlang version used for rebar in release process. CouchDB will not build from // the release tarball on Erlang versions older than this -MINIMUM_ERLANG_VERSION = '26.2.5.16' +MINIMUM_ERLANG_VERSION = '26.2.5.17' // Highest support Erlang version. MAXIMUM_ERLANG_VERSION = '28.1.1'
