From 13d0215ccd3b93671daad8728a3910f79a5b7f72 Mon Sep 17 00:00:00 2001 From: Ang Date: Wed, 4 Mar 2026 17:49:44 +0800 Subject: [PATCH] Add support for Elixir 1.19, bump CI actions and runner --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c25f6dc..5c49ef0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: test: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 env: MIX_ENV: test strategy: @@ -19,11 +19,11 @@ jobs: elixir: "1.12" otp: "24" - pair: - elixir: "1.18" + elixir: "1.19" otp: "28" lint: lint steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: erlef/setup-beam@v1 with: