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:11 UTC

[couchdb-recon] 09/21: Actually run on different Erlang versions

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 bc5fd9c4a864bb5ba93bf4ce80afe08c1c3a281a
Author: Paulo F. Oliveira <pa...@gmail.com>
AuthorDate: Thu Dec 10 00:43:09 2020 +0000

    Actually run on different Erlang versions
---
 .github/workflows/ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5e0d85d..978cd10 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -11,6 +11,8 @@ jobs:
   ci:
     name: Run checks and tests over ${{matrix.otp_vsn}} and ${{matrix.os}}
     runs-on: ${{matrix.os}}
+    container:
+      image: erlang:${{matrix.otp_vsn}}
     strategy:
       matrix:
         otp_vsn: [18.3, 19.3, 20.0, 21.0, 22.0, 23.0]