Skip to content

Commit 3bf07be

Browse files
committed
Use upgraded Erlang CI images
1 parent e4979be commit 3bf07be

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 = '26.2.5.13'
17+
ERLANG_VERSION = '26.2.5.15'
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 = '26.2.5.13'
21+
MINIMUM_ERLANG_VERSION = '26.2.5.15'
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 = '26.2.5.13'
53+
LOW_ERLANG_VER = '26.2.5.15'
5454
}
5555

5656
options {
@@ -247,7 +247,7 @@ pipeline {
247247
axes {
248248
axis {
249249
name 'ERLANG_VERSION'
250-
values '26.2.5.13', '27.3.4.1', '28.0.1'
250+
values '26.2.5.15', '27.3.4.3', '28.0.4'
251251
}
252252
axis {
253253
name 'SM_VSN'

0 commit comments

Comments
 (0)