From e014fdce1e2cefdc34ed70f069e0dc9df373e4d9 Mon Sep 17 00:00:00 2001 From: akash-akya Date: Sat, 16 Dec 2023 00:32:05 +0530 Subject: [PATCH] Remove Elixir v1.10 from GH actions CI --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 505e65e..2cd1a20 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,8 +12,6 @@ jobs: strategy: matrix: include: - - elixir: 1.10.x - otp: 22.x - elixir: 1.12.x otp: 23.x - elixir: 1.14.x