From 821535436c4fdae3ede4af2a46c8ee4ba5f0a886 Mon Sep 17 00:00:00 2001 From: Winford Date: Fri, 14 Feb 2025 16:24:20 -0800 Subject: [PATCH] Add OTP-27 to CI workflow Bumps workflow host to Ubuntu 24.04 and OTP versions 25-27. The rebar3 bootstrap reqires at least OTP-25, so rather that checkout earier tags for each older version of OTP we will just check against the most recent 3 versions. Signed-off-by: Winford --- .github/workflows/build-and-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 4c5c30e..b94118c 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -10,10 +10,10 @@ on: [push, pull_request] jobs: build-and-test: - runs-on: "ubuntu-20.04" + runs-on: "ubuntu-24.04" strategy: matrix: - otp: ["24", "25", "26"] + otp: ["25", "26", "27"] steps: # Setup