From 01bf50070565e7cc6979c24121a7356c56603c71 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Sat, 18 Oct 2025 03:44:22 +0800 Subject: [PATCH] CI housekeeping Support Elixir 1.19/Erlang 28 in CI and ASDF and bump actions/checkout. --- .github/workflows/ci.yml | 6 +++--- .tool-versions | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 342cb78..824e5d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,11 +17,11 @@ jobs: elixir: "1.15" otp: "24" - pair: - elixir: "1.18" - otp: "27" + elixir: "1.19" + otp: "28" lint: lint steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: erlef/setup-beam@v1 with: diff --git a/.tool-versions b/.tool-versions index e178b38..b8a58d5 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -elixir 1.15 1.18 -erlang 24 27 +elixir 1.15 1.19 +erlang 24 28