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 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.
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments