diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 059578b0606..83716404c1f 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.2", "27.1"] + runs-on: windows-2022 steps: - name: Configure Git run: git config --global core.autocrlf input