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

vatamane pushed a commit to branch update-ci-erlang
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 146dcb0e0cf1758d76371ef4b7157f7db0c129f8
Author: Nick Vatamaniuc <vatam...@gmail.com>
AuthorDate: Thu Jul 11 00:54:29 2024 -0400

    Update Erlang in CI, support Elixir 1.17
    
    Erlang: 25.3.2.13, 26.2.5.2
    
    Elixir was also updated to: 1.17.2 in the images.
---
 build-aux/Jenkinsfile.full | 4 ++--
 build-aux/Jenkinsfile.pr   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 704e26e24..ac6cdafbf 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 = '25.3.2.12'
+ERLANG_VERSION = '25.3.2.13'
 
 // 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 = '25.3.2.12'
+MINIMUM_ERLANG_VERSION = '25.3.2.13'
 
 // 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 d07f5f3d3..2ab090829 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 = '25.3.2.12'
+    LOW_ERLANG_VER = '25.3.2.13'
   }
 
   options {
@@ -247,7 +247,7 @@ pipeline {
         axes {
           axis {
             name 'ERLANG_VERSION'
-            values '25.3.2.12', '26.2.5'
+            values '25.3.2.13', '26.2.5.2'
           }
           axis {
             name 'SM_VSN'

Reply via email to