summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@apache.org>2022-12-29 16:32:01 -0500
committerNick Vatamaniuc <vatamane@gmail.com>2023-01-19 12:37:22 -0500
commit24a56d4ca1e6b4d140d75815bdceb8b276170178 (patch)
treeda44400bd8bb07968b3c8f3e7adee6f98576492c
parentb738c27286389db6eb46779558010c77d3b02f28 (diff)
downloadcouchdb-24a56d4ca1e6b4d140d75815bdceb8b276170178.tar.gz
Update Erlang versions
Update all 23,24,25 to latest patch versions Use 24 as a base for the full CI run
-rw-r--r--build-aux/Jenkinsfile.full4
-rw-r--r--build-aux/Jenkinsfile.pr4
2 files changed, 4 insertions, 4 deletions
diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 425cfb21b..efbf1db5a 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -14,11 +14,11 @@
// the License.
// Erlang version embedded in binary packages
-ERLANG_VERSION = '23.3.4.17'
+ERLANG_VERSION = '24.3.4.7'
// Erlang version used for rebar in release process. CouchDB will not build from
// the release tarball on Erlang versions older than this
-MINIMUM_ERLANG_VERSION = '23.3.4.17'
+MINIMUM_ERLANG_VERSION = '23.3.4.18'
// We create parallel build / test / package stages for each OS using the metadata
// in this map. Adding a new OS should ideally only involve adding a new entry here.
diff --git a/build-aux/Jenkinsfile.pr b/build-aux/Jenkinsfile.pr
index ba4107af2..bcb8b69ad 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.15'
+ LOW_ERLANG_VER = '23.3.4.18'
}
options {
@@ -247,7 +247,7 @@ pipeline {
axes {
axis {
name 'ERLANG_VERSION'
- values '23.3.4.17', '24.3.4.5', '25.1'
+ values '23.3.4.18', '24.3.4.7', '25.2'
}
axis {
name 'SM_VSN'