From fe33927fb354870e393b2f1bd0bc5208155324b8 Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Tue, 15 Jun 2021 15:00:22 +0200 Subject: [PATCH] Only run on 24.0 for now. --- .github/workflows/ci.cue | 2 +- .github/workflows/ci.yaml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.cue b/.github/workflows/ci.cue index 0981f4f..71c359e 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.all + otp_vsn: OTP_Versions.latest os: ["ubuntu-latest"] } steps: [ diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5e2eb10..2ebce0e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,12 +15,6 @@ jobs: strategy: matrix: otp_vsn: - - 18.3 - - 19.3 - - 20.3 - - 21.3 - - 22.3 - - 23.3 - 24.0 os: - ubuntu-latest