Skip to content

Commit e8d1749

Browse files
committed
Update erlang version to their latest patch versions
1 parent 95dac74 commit e8d1749

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build-aux/Jenkinsfile.full

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
// the License.
1515

1616
// Erlang version embedded in binary packages
17-
ERLANG_VERSION = '25.3.2.18'
17+
ERLANG_VERSION = '26.2.5.11'
1818

1919
// Erlang version used for rebar in release process. CouchDB will not build from
2020
// the release tarball on Erlang versions older than this
21-
MINIMUM_ERLANG_VERSION = '25.3.2.18'
21+
MINIMUM_ERLANG_VERSION = '25.3.2.20'
2222

2323
// We create parallel build / test / package stages for each OS using the metadata
2424
// in this map. Adding a new OS should ideally only involve adding a new entry here.

build-aux/Jenkinsfile.pr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pipeline {
5050
// Search for ERLANG_VERSION
5151
// see https://issues.jenkins.io/browse/JENKINS-61047 for why this cannot
5252
// be done parametrically
53-
LOW_ERLANG_VER = '25.3.2.18'
53+
LOW_ERLANG_VER = '25.3.2.20'
5454
}
5555

5656
options {
@@ -247,7 +247,7 @@ pipeline {
247247
axes {
248248
axis {
249249
name 'ERLANG_VERSION'
250-
values '25.3.2.18', '26.2.5.9', '27.3'
250+
values '25.3.2.20', '26.2.5.11', '27.3.3'
251251
}
252252
axis {
253253
name 'SM_VSN'

0 commit comments

Comments
 (0)