This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch 3.3.x in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 5aadd38d14521e5949f82f35f5a85cb6fc3b79bf Author: Nick Vatamaniuc <[email protected]> AuthorDate: Fri Nov 17 15:01:29 2023 -0500 Update Erlang 25 and 24 Skip Erlang 26 for 3.3.x branch --- build-aux/Jenkinsfile.pr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-aux/Jenkinsfile.pr b/build-aux/Jenkinsfile.pr index 4b749e1ac..2467771e8 100644 --- a/build-aux/Jenkinsfile.pr +++ b/build-aux/Jenkinsfile.pr @@ -50,7 +50,7 @@ pipeline { // Search for ERLANG_VERSION // see https://issues.jenkins.io/browse/JENKINS-61047 for why this cannot // be done parametrically - LOW_ERLANG_VER = '23.3.4.18' + LOW_ERLANG_VER = '24.3.4.14' } options { @@ -247,7 +247,7 @@ pipeline { axes { axis { name 'ERLANG_VERSION' - values '23.3.4.18', '24.3.4.10', '25.3' + values '24.3.4.14', '25.3.2.7' } axis { name 'SM_VSN'
