File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
// the License.
15
15
16
16
// Erlang version embedded in binary packages
17
- ERLANG_VERSION = ' 25.3.2.18 '
17
+ ERLANG_VERSION = ' 26.2.5.11 '
18
18
19
19
// Erlang version used for rebar in release process. CouchDB will not build from
20
20
// 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 '
22
22
23
23
// We create parallel build / test / package stages for each OS using the metadata
24
24
// in this map. Adding a new OS should ideally only involve adding a new entry here.
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ pipeline {
50
50
// Search for ERLANG_VERSION
51
51
// see https://issues.jenkins.io/browse/JENKINS-61047 for why this cannot
52
52
// be done parametrically
53
- LOW_ERLANG_VER = ' 25.3.2.18 '
53
+ LOW_ERLANG_VER = ' 25.3.2.20 '
54
54
}
55
55
56
56
options {
@@ -247,7 +247,7 @@ pipeline {
247
247
axes {
248
248
axis {
249
249
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'
251
251
}
252
252
axis {
253
253
name ' SM_VSN'
You can’t perform that action at this time.
0 commit comments