From 8e59564e5d0c45b7ce78ccccb611357b8d4f0e21 Mon Sep 17 00:00:00 2001 From: Greg Rychlewski Date: Tue, 30 Dec 2025 02:13:02 -0500 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 690fa85b4..49c43ed6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,10 +10,10 @@ jobs: fail-fast: false matrix: include: - - elixir: 1.17.2 - otp: 25.0.4 - - elixir: 1.17.2 - otp: 27.0.1 + - elixir: 1.19.4 + otp: 26.0.1 + - elixir: 1.19.4 + otp: 28.0.1 lint: lint steps: - name: Checkout