Skip to content

Commit e24dae8

Browse files
committed
CI: test.yml - Windows - add mswin, remove 3.4 exclude
1 parent b795077 commit e24dae8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ jobs:
2525
ruby: truffleruby
2626
- os: windows-latest
2727
ruby: truffleruby-head
28-
# Remove it once https://github.com/ruby/setup-ruby/issues/680 is fixed
28+
include:
2929
- os: windows-latest
30-
ruby: 3.4
30+
ruby: mswin
31+
3132
runs-on: ${{ matrix.os }}
3233
steps:
3334
- uses: actions/checkout@v4 # v3.3.0

0 commit comments

Comments
 (0)