Skip to content

Commit

Permalink
Use the latest Erlang versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nickva committed Jan 2, 2024
1 parent 3d31ca6 commit c514959
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build-aux/Jenkinsfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
// the License.

// Erlang version embedded in binary packages
ERLANG_VERSION = '24.3.4.14'
ERLANG_VERSION = '24.3.4.15'

// 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 = '24.3.4.14'
MINIMUM_ERLANG_VERSION = '24.3.4.15'

// 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.
Expand Down
4 changes: 2 additions & 2 deletions build-aux/Jenkinsfile.pr
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '24.3.4.14'
LOW_ERLANG_VER = '24.3.4.15'
}

options {
Expand Down Expand Up @@ -247,7 +247,7 @@ pipeline {
axes {
axis {
name 'ERLANG_VERSION'
values '24.3.4.14', '25.3.2.7', '26.1.2'
values '24.3.4.15', '25.3.2.8', '26.2.1'
}
axis {
name 'SM_VSN'
Expand Down

0 comments on commit c514959

Please sign in to comment.