Skip to content

Commit cb014b3

Browse files
committed
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".
1 parent e28a84c commit cb014b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
name: Windows Server 2019, Erlang/OTP ${{ matrix.otp_version }}
8484
strategy:
8585
matrix:
86-
otp_version: ["25.3", "26.0"]
87-
runs-on: windows-2019
86+
otp_version: ["25.3", "26.3", "27.1"]
87+
runs-on: windows-2022
8888
steps:
8989
- name: Configure Git
9090
run: git config --global core.autocrlf input

0 commit comments

Comments
 (0)