From 430b45b5aa183e5ab90302dfca91b29e0091971b Mon Sep 17 00:00:00 2001 From: Jeremy Thurgood Date: Tue, 30 Jul 2024 14:51:18 +0200 Subject: [PATCH] Drop old Elixir/OTP versions while fixing new ones --- .github/workflows/ci.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8b9729a..a953b5e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,9 +34,10 @@ jobs: strategy: matrix: include: - # This is what docker builds. - - elixir-version: "1.9" - otp-version: "21" + # # Drop old builds for now while fixing the new ones + # # This is what docker builds. + # - elixir-version: "1.9" + # otp-version: "21" # Current (at time of writing) versions. - elixir-version: "1.17" otp-version: "27"