From f99c8643f0baeb6bbd0d3999e71bee7404d9de30 Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Tue, 15 Jun 2021 14:34:31 +0200 Subject: [PATCH] Type correction. --- .github/workflows/ci.cue | 2 +- .github/workflows/ci.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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: