From a10c82e2aa75bc0e0f2cfd0e177475626899d656 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Tue, 23 Sep 2025 06:14:22 +0800 Subject: [PATCH] Support OTP 28 in CI Also, bump actions/checkout --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3e84d7..51096c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,10 @@ jobs: otp: "24" - pair: elixir: "1.18" - otp: "27" + otp: "28" lint: lint steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: erlef/setup-beam@v1 with: