From 5d2ff337df6cb4b624a2be1a1b6f79b87a5d40d5 Mon Sep 17 00:00:00 2001 From: Jeff Kreeftmeijer Date: Tue, 13 Aug 2024 10:57:55 +0200 Subject: [PATCH] Add Elixir main to CI This patch restores the Elixir main version on CI. [skip changeset] --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fcb30a3..cc6a704 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -92,6 +92,8 @@ jobs: - 26.x - 25.x include: + - elixir: main + otp: 27.x - elixir: latest otp: 27.x - elixir: 1.16.x