summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBessenyei Balázs Donát <bessbd@apache.org>2021-06-01 17:16:18 +0200
committerBessenyei Balázs Donát <bessbd@gmail.com>2021-06-01 17:16:31 +0200
commit2abf4080c58b9125de0804ff16b92408bc711a38 (patch)
tree10208416443021117580e26ad2137b09bb215b75
parente6fb34a4e6ef415a96e02df73cdd34d8b5778d50 (diff)
downloadcouchdb-jenkins-erlfmt-test.tar.gz
Try higher lowest erlang verjenkins-erlfmt-test
-rw-r--r--build-aux/Jenkinsfile.pr4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/Jenkinsfile.pr b/build-aux/Jenkinsfile.pr
index 8d89b33ab..b4e6bce03 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'
}
}