From a9932d414384fd41f9c8d82455f27fe6c2263aff Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Sun, 18 Jan 2026 23:40:04 +0800 Subject: [PATCH] Bump latest elixir/erlang and actions Reduce CI matrix to min/max supported combinations --- .github/workflows/ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a0f3ab..f697710 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,14 +19,11 @@ jobs: elixir: "1.14" otp: "24" - pair: - elixir: "1.16" - otp: "26" - - pair: - elixir: "1.18" - otp: "27" + elixir: "1.19" + otp: "28" lint: lint steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: erlef/setup-beam@v1 with: