Skip to content

Commit 3811c31

Browse files
authored
Merge pull request #138 from rake-compiler/flavorjones-update-ci-windows-to-3.4
ci: update CI to test windows on "3.4"
2 parents aa27315 + 84bc1c2 commit 3811c31

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
@@ -304,7 +304,7 @@ jobs:
304304
ruby: "3.3"
305305
platform: x64-mingw-ucrt
306306
- os: windows-latest
307-
ruby: "head" # "3.4.0-rc1" not available yet on windows
307+
ruby: "3.4"
308308
platform: x64-mingw-ucrt
309309
runs-on: ${{ matrix.os }}
310310
steps:
@@ -359,7 +359,7 @@ jobs:
359359
ruby: "3.3"
360360
platform: x64-mingw-ucrt
361361
- os: windows-latest
362-
ruby: "head" # "3.4.0-rc1" not available yet on windows
362+
ruby: "3.4"
363363
platform: x64-mingw-ucrt
364364
runs-on: ${{ matrix.os }}
365365
steps:

0 commit comments

Comments
 (0)