This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to tag 2.5.4 in repository https://gitbox.apache.org/repos/asf/couchdb-recon.git
commit 43ad8efdbf0e537ee4ff680ad9a2042f8289fb9c Author: Lukas Larsson <[email protected]> AuthorDate: Wed Aug 30 21:20:45 2023 +0200 Bump some versions for CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43ff202..96665f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: image: erlang:${{matrix.otp_vsn}} strategy: matrix: - otp_vsn: ['18.3', '19.3', '20.3', '21.3', '22.3', '23.3', '24.0', '25.0'] + otp_vsn: ['18.3', '19.3', '20.3', '21.3', '22.3', '23.3', '24.3', '25.3', '26.0.2'] os: [ubuntu-latest] steps: - uses: actions/checkout@v2
