From 0177f5ea0be87132a6c3cfe46f92de3c8adf7be4 Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Fri, 12 Jul 2024 17:06:21 +0100 Subject: [PATCH] CI: remove OTP 25 from the matrix This is because the current erlang_service does not compile with it. We cannot add OTP27 yet, as we are waiting for a brew formula for it Addresses #37 --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8e1686167..efdf05f41f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,11 +12,8 @@ jobs: strategy: matrix: platform-arch: [ubuntu-20.04-x64, ubuntu-20.04-arm, macos-13-x64, macos-latest-arm] - otp-version: [25.3, 26.2] + otp-version: [ 26.2] include: - - otp-version: 25.3 - brew-otp-version: 25 - vscode-publish: true - otp-version: 26.2 brew-otp-version: 26 vscode-publish: false