From cb014b308ee96eba720d19e819e9642993024d34 Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Wed, 6 Nov 2024 13:46:28 +0100 Subject: [PATCH 1/2] Bump Windows Runner & add more OTP versions According to setup-beam this should be possible: https://github.com/erlef/setup-beam?tab=readme-ov-file#compatibility-between-operating-system-and-erlangotp Unsure what the testing strategy for Windows is, but I went with "newest OTP minor for all supported OTP majors". --- .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 059578b0606..be6be859a28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,8 +83,8 @@ jobs: name: Windows Server 2019, Erlang/OTP ${{ matrix.otp_version }} strategy: matrix: - otp_version: ["25.3", "26.0"] - runs-on: windows-2019 + otp_version: ["25.3", "26.3", "27.1"] + runs-on: windows-2022 steps: - name: Configure Git run: git config --global core.autocrlf input From 8d727226b62acf4e7751563c430b987a65de6134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Wed, 6 Nov 2024 13:54:26 +0100 Subject: [PATCH 2/2] Update .github/workflows/ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be6be859a28..83716404c1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: name: Windows Server 2019, Erlang/OTP ${{ matrix.otp_version }} strategy: matrix: - otp_version: ["25.3", "26.3", "27.1"] + otp_version: ["25.3", "26.2", "27.1"] runs-on: windows-2022 steps: - name: Configure Git