You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by va...@apache.org on 2021/09/27 19:02:20 UTC

[couchdb-recon] 18/21: Tweak CI versions (add 24.0, move some .0 to .3)

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to tag 2.5.2
in repository https://gitbox.apache.org/repos/asf/couchdb-recon.git

commit b16dc3d502a9513f1e7145aafddd10d652987acb
Author: Paulo F. Oliveira <pa...@gmail.com>
AuthorDate: Fri May 14 10:17:53 2021 +0100

    Tweak CI versions (add 24.0, move some .0 to .3)
---
 .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 3071015..225fda8 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.0, 21.0, 22.0, 23.0]
+        otp_vsn: ['18.3', '19.3', '20.3', '21.3', '22.3', '23.3', '24.0']
         os: [ubuntu-latest]
     steps:
       - uses: actions/checkout@v2