This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch remove-erlang-less-than-23 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 1fb467439d425b74465dbd403eaf5da09d9bea88 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Fri Jun 17 17:41:12 2022 -0400 Set low erlang version in Jenkins.pr to 23 instead of 20 --- build-aux/Jenkinsfile.pr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/Jenkinsfile.pr b/build-aux/Jenkinsfile.pr index 3f2f60450..5b9b209e9 100644 --- a/build-aux/Jenkinsfile.pr +++ b/build-aux/Jenkinsfile.pr @@ -49,7 +49,7 @@ pipeline { // Search for ERLANG_VERSION // see https://issues.jenkins.io/browse/JENKINS-61047 for why this cannot // be done parametrically - LOW_ERLANG_VER = '20' + LOW_ERLANG_VER = '23' // erlfmt doesn't run with the lowest erlang version so we run it in a // separate stage with a higher erlang version.
