From 88820bb91929990fdfa75c729ba72c1c0e83c614 Mon Sep 17 00:00:00 2001 From: Jason Axelson Date: Sun, 23 Feb 2025 06:47:52 -1000 Subject: [PATCH] Update CI versions --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8270ef9..3ab3c6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,10 @@ jobs: fail-fast: false matrix: include: - - elixir: 1.13.1 - otp: 24.2 + - elixir: 1.14.5 + otp: 26.2.5.9 + - elixir: 1.18.2 + otp: 27.2.4 steps: - uses: actions/checkout@v1