summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@apache.org>2023-03-22 00:10:48 -0400
committerNick Vatamaniuc <nickva@users.noreply.github.com>2023-04-13 15:50:18 -0400
commit791eb7c1c5d8ac945814782649d878ff98116292 (patch)
tree4c1fb5b1e5f4388aa480098511a98e4615a97835
parentae791731ccadd16ec1fe5eafa6795726155d9bd9 (diff)
downloadcouchdb-791eb7c1c5d8ac945814782649d878ff98116292.tar.gz
Bump Erlang 24 and 25 in CI
It fixes aliases leak and prepare for new package updates
-rw-r--r--build-aux/Jenkinsfile.full2
-rw-r--r--build-aux/Jenkinsfile.pr2
2 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index e7abc9e47..daf4e2442 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -14,7 +14,7 @@
// the License.
// Erlang version embedded in binary packages
-ERLANG_VERSION = '24.3.4.9'
+ERLANG_VERSION = '24.3.4.10'
// Erlang version used for rebar in release process. CouchDB will not build from
// the release tarball on Erlang versions older than this
diff --git a/build-aux/Jenkinsfile.pr b/build-aux/Jenkinsfile.pr
index 4b14cc339..4b749e1ac 100644
--- a/build-aux/Jenkinsfile.pr
+++ b/build-aux/Jenkinsfile.pr
@@ -247,7 +247,7 @@ pipeline {
axes {
axis {
name 'ERLANG_VERSION'
- values '23.3.4.18', '24.3.4.9', '25.2'
+ values '23.3.4.18', '24.3.4.10', '25.3'
}
axis {
name 'SM_VSN'