From 49d9091763da2c0ec2367fab52ae9e25920b1543 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Sat, 12 Aug 2023 20:48:56 -0600 Subject: [PATCH] ci: drop otp 24 was causing ssl issues --- .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 b6191e1..010af2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: matrix: os: ["ubuntu-latest"] elixir: ["1.15", "1.14", "1.13", "1.12"] - otp: ["26", "25", "24"] + otp: ["26", "25"] exclude: - elixir: "1.12" otp: "25"