From d81bdc25bc355d7403a748efca0d64834aa64110 Mon Sep 17 00:00:00 2001 From: Jeff Kreeftmeijer Date: Tue, 18 Jun 2024 16:34:05 +0200 Subject: [PATCH] Run Elixir 1.17 on all supported OTP verions --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d66bcf19c..57ed3b3a0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,6 +11,8 @@ jobs: matrix: otp: - 27.x + - 26.x + - 25.x elixir: - 1.17.x include: