This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 11eea624b18455b8b4a396912a0acccd65fa2af3
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.

Reply via email to