Skip to content

Commit

Permalink
Update Erlang versions
Browse files Browse the repository at this point in the history
Update all 23,24,25 to latest patch versions

Use 24 as a base for the full CI run
  • Loading branch information
nickva committed Dec 30, 2022
1 parent f6ddbe2 commit 8d1479d
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 = '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.
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 = '23.3.4.15'
LOW_ERLANG_VER = '23.3.4.18'
}

options {
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 8d1479d

Please sign in to comment.