This is an automated email from the ASF dual-hosted git repository. bessbd pushed a commit to branch jenkins-erlfmt-test in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 2abf4080c58b9125de0804ff16b92408bc711a38 Author: Bessenyei Balázs Donát <[email protected]> AuthorDate: Tue Jun 1 17:16:18 2021 +0200 Try higher lowest erlang ver --- 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 8d89b33..b4e6bce 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 = '21.3.8.22' + LOW_ERLANG_VER = '22.3.4.17' } options { @@ -108,7 +108,7 @@ pipeline { axis { name 'ERLANG_VERSION' // kerl can't build 24 yet - values '21.3.8.22', '22.3.4.17', '23.3.1' + values '22.3.4.17', '23.3.1' } }
