diff --git a/.github/workflows/ci.cue b/.github/workflows/ci.cue index 74d193c..e491372 100644 --- a/.github/workflows/ci.cue +++ b/.github/workflows/ci.cue @@ -1,5 +1,5 @@ let OTP_Versions = { - latest: 24.0 + latest: [24.0] all: [18.3, 19.3, 20.3, 21.3, 22.3, 23.3, 24.0] } diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0c592de..7b518e8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,8 @@ jobs: image: erlang:${{matrix.otp_vsn}} strategy: matrix: - otp_vsn: 24.0 + otp_vsn: + - 24.0 os: - ubuntu-latest steps: