We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d421b1 commit 57841a0Copy full SHA for 57841a0
.github/workflows/ci.yml
@@ -83,8 +83,8 @@ jobs:
83
name: Windows Server 2019, Erlang/OTP ${{ matrix.otp_version }}
84
strategy:
85
matrix:
86
- otp_version: ["25.3", "26.0"]
87
- runs-on: windows-2019
+ otp_version: ["25.3", "26.2", "27.1"]
+ runs-on: windows-2022
88
steps:
89
- name: Configure Git
90
run: git config --global core.autocrlf input
0 commit comments