From 1a3169109b7997c87732edbe9bd4f2ee8e486130 Mon Sep 17 00:00:00 2001 From: Chulki Lee Date: Wed, 29 Oct 2025 11:55:17 -0700 Subject: [PATCH] update ci matrix --- .github/workflows/ci.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6bba639..fb364e7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,13 +17,17 @@ jobs: fail-fast: false matrix: include: - - elixir: "1.17.3" - otp: "27.0.1" + - elixir: "1.19.1" + otp: "28.1.1" lint: true + - elixir: "1.18.4" + otp: "27.3.4.4" + - elixir: "1.17.3" + otp: "27.3.4.4" - elixir: "1.16.3" - otp: "26.2.5.4" + otp: "26.2.5.15" - elixir: "1.15.8" - otp: "25.3.2.15" + otp: "25.3.2.21" steps: - uses: actions/checkout@v4 - name: Set up Elixir