From ec07073ed3b1de18d9347c7ec238d09e3f04c2b2 Mon Sep 17 00:00:00 2001 From: Winford Date: Fri, 23 May 2025 17:33:22 +0000 Subject: [PATCH] Update CI build and test to include OTP-28 Add OTP-28 to the build-and-test.yaml workflow matrix. Signed-off-by: Winford --- .github/workflows/build-and-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index b94118c..8ce0475 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -13,7 +13,7 @@ jobs: runs-on: "ubuntu-24.04" strategy: matrix: - otp: ["25", "26", "27"] + otp: ["25", "26", "27", "28"] steps: # Setup