Skip to content

Commit

Permalink
Bump Erlang 24 and 25 in CI
Browse files Browse the repository at this point in the history
It fixes aliases leak and prepare for new package updates
  • Loading branch information
nickva committed Apr 13, 2023
1 parent ae79173 commit 791eb7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-aux/Jenkinsfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// the License.

// Erlang version embedded in binary packages
ERLANG_VERSION = '24.3.4.9'
ERLANG_VERSION = '24.3.4.10'

// Erlang version used for rebar in release process. CouchDB will not build from
// the release tarball on Erlang versions older than this
Expand Down
2 changes: 1 addition & 1 deletion build-aux/Jenkinsfile.pr
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ pipeline {
axes {
axis {
name 'ERLANG_VERSION'
values '23.3.4.18', '24.3.4.9', '25.2'
values '23.3.4.18', '24.3.4.10', '25.3'
}
axis {
name 'SM_VSN'
Expand Down

0 comments on commit 791eb7c

Please sign in to comment.