From ed2e51e50df4f734d1d2fa00a3da4f0fc9fe13c6 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Mon, 12 Jan 2026 13:35:23 +0800 Subject: [PATCH] Bump Elixir/Erlang and GitHub actions in CI --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1134fc3..f6281bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,13 +10,13 @@ jobs: fail-fast: false matrix: include: - - erlang: "25.2" + - erlang: "25" elixir: main - - erlang: "25.2" - elixir: "1.14.3" + - erlang: "28" + elixir: "1.19" lint: true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Install OTP and Elixir uses: erlef/setup-beam@v1 @@ -26,7 +26,7 @@ jobs: - name: Cache dependencies id: cache-deps - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: | deps