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