From f8bd7f356569a7929e05a2bba100d0eec1db93b0 Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Tue, 15 Jun 2021 15:03:47 +0200 Subject: [PATCH] Older version check. --- .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 326ff9a..7344e55 100644 --- a/.github/workflows/ci.cue +++ b/.github/workflows/ci.cue @@ -1,7 +1,7 @@ let OTP_Versions = { latest: [24.0] all: [18.3, 19.3, 20.3, 21.3, 22.3, 23.3, 24.0] - test: [22.3] + test: [20.3, 21.3] } name: "build" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9ef1f27..54ae413 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,8 @@ jobs: strategy: matrix: otp_vsn: - - 22.3 + - 20.3 + - 21.3 os: - ubuntu-latest steps: