From 6a5f1d7cca252e86c27a233ae72b3a515e844b0d Mon Sep 17 00:00:00 2001 From: Carlos Souza Date: Mon, 20 Jan 2025 09:24:01 -0500 Subject: [PATCH] Remove OTP 24 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 922762d..9db2d14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: elixir-version: [1.16, 1.17, 1.18] - otp-version: [24.0, 25.0, 26.0] + otp-version: [25.0, 26.0] steps: - name: Checkout code