From 22d2ceeb62b18433b607b17134e3342e8914fa5e Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Fri, 12 Sep 2025 02:53:27 +0800 Subject: [PATCH] Support OTP/28 in CI List of changes: - specific versions as string and use latest version in CI matrix - bump GitHub actions --- .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 d3f5a7a..204f381 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,15 +16,15 @@ jobs: matrix: include: - pair: - elixir: 1.13.4 - otp: 24.3.4.17 + elixir: "1.13" + otp: "24" - pair: - elixir: 1.16.0 - otp: 26.2.1 + elixir: "1.18" + otp: "28" lint: lint distribution: distribution steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: erlef/setup-beam@v1 with: