This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch erlang-26-pr-ci in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit b92428d0f0acc4374f354b1cdf049ebc1f2dd67f Author: Nick Vatamaniuc <[email protected]> AuthorDate: Wed May 24 09:25:02 2023 -0400 Add OTP 26 to pull request CI list --- build-aux/Jenkinsfile.pr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/Jenkinsfile.pr b/build-aux/Jenkinsfile.pr index 4f8c281f2..8b114803f 100644 --- a/build-aux/Jenkinsfile.pr +++ b/build-aux/Jenkinsfile.pr @@ -247,7 +247,7 @@ pipeline { axes { axis { name 'ERLANG_VERSION' - values '24.3.4.10', '25.3' + values '24.3.4.10', '25.3', '26.0' } axis { name 'SM_VSN'
