From 4bbbceab45299c573726f8f9110a1b1914ce1965 Mon Sep 17 00:00:00 2001 From: Art Kay Date: Thu, 4 Jul 2024 14:46:58 -0400 Subject: [PATCH] =?UTF-8?q?don=E2=80=99t=20need=20that?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c04e61..b0ae71e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,12 +37,6 @@ jobs: - pair: otp: 24.x elixir: 1.12.x - - pair: - otp: 23.x - elixir: 1.14.x - - pair: - otp: 23.x - elixir: 1.13.x steps: - uses: actions/checkout@v4