From cdaa02da792136ef38fc7019eb27ffa3c99397f3 Mon Sep 17 00:00:00 2001 From: Jeff Kreeftmeijer Date: Wed, 3 Jul 2024 10:10:37 +0200 Subject: [PATCH] Add Elixir main to CI Removed in #954, 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 88a385fd8..914399a66 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -129,6 +129,8 @@ jobs: - 26.x - 25.x include: + - elixir: main + otp: 27.x - elixir: latest otp: 27.x - elixir: 1.16.x