From 61b83710b5add0e469a15219381dbce521df2e00 Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Tue, 15 Jun 2021 15:02:21 +0200 Subject: [PATCH] Test 22.3. --- .github/workflows/ci.cue | 2 +- .github/workflows/ci.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.cue b/.github/workflows/ci.cue index 3a1ba08..326ff9a 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: [23.3, 24.0] + test: [22.3] } name: "build" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2f506f3..9ef1f27 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,8 +15,7 @@ jobs: strategy: matrix: otp_vsn: - - 23.3 - - 24.0 + - 22.3 os: - ubuntu-latest steps: