summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@gmail.com>2022-09-22 02:25:55 -0400
committerNick Vatamaniuc <nickva@users.noreply.github.com>2022-09-22 09:37:29 -0400
commit16d88d95bafdc4b0e76f830150207a8b6c88df65 (patch)
treee57d938ee337161c8515d5625d61bec06811a1d3
parent40e0b910ba46ad9d496874fe89603ac4aea41605 (diff)
downloadcouchdb-16d88d95bafdc4b0e76f830150207a8b6c88df65.tar.gz
Bump Erlang versions in CI
Both pr and full builds.
-rw-r--r--build-aux/Jenkinsfile.full4
-rw-r--r--build-aux/Jenkinsfile.pr2
2 files changed, 3 insertions, 3 deletions
diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index f48c6346f..5a15fccc2 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.15'
+ERLANG_VERSION = '23.3.4.17'
// 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.15'
+MINIMUM_ERLANG_VERSION = '23.3.4.17'
// 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 a51e2e20a..1c3dc2f1e 100644
--- a/build-aux/Jenkinsfile.pr
+++ b/build-aux/Jenkinsfile.pr
@@ -242,7 +242,7 @@ pipeline {
axes {
axis {
name 'ERLANG_VERSION'
- values '23.3.4.15', '24.3.4.2', '25.0.2'
+ values '23.3.4.17', '24.3.4.5', '25.1'
}
axis {
name 'SM_VSN'