From b7034392bd8e191d67736712f4d2b0ce9f8418da Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Tue, 15 Jun 2021 14:55:52 +0200 Subject: [PATCH] Enable on all images. --- .github/workflows/ci.cue | 2 +- .github/workflows/ci.yaml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.cue b/.github/workflows/ci.cue index 71c359e..0981f4f 100644 --- a/.github/workflows/ci.cue +++ b/.github/workflows/ci.cue @@ -17,7 +17,7 @@ jobs: ci: { "runs-on": "${{matrix.os}}" container: image: "erlang:${{matrix.otp_vsn}}" strategy: matrix: { - otp_vsn: OTP_Versions.latest + otp_vsn: OTP_Versions.all os: ["ubuntu-latest"] } steps: [ diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2ebce0e..5e2eb10 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,6 +15,12 @@ jobs: strategy: matrix: otp_vsn: + - 18.3 + - 19.3 + - 20.3 + - 21.3 + - 22.3 + - 23.3 - 24.0 os: - ubuntu-latest