Skip to content

Commit 9bc3ba3

Browse files
authoredJan 15, 2025
CI: test.yml - Windows - add mswin, remove 3.4 exclude (#1277)
`ruby-core.yml` (ruby-core / RDoc under a ruby-core setup) is failing, due to recent 'default to bundled' change.
1 parent ce79711 commit 9bc3ba3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed
 

‎.github/workflows/test.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
with:
1212
# 2.7 breaks `test_parse_statements_nodoc_identifier_alias_method`
1313
min_version: 3.0
14+
versions: '["mswin"]'
1415
engine: cruby-truffleruby
1516

1617
test:
@@ -25,9 +26,11 @@ jobs:
2526
ruby: truffleruby
2627
- os: windows-latest
2728
ruby: truffleruby-head
28-
# Remove it once https://github.com/ruby/setup-ruby/issues/680 is fixed
29-
- os: windows-latest
30-
ruby: 3.4
29+
- os: macos-latest
30+
ruby: mswin
31+
- os: ubuntu-latest
32+
ruby: mswin
33+
3134
runs-on: ${{ matrix.os }}
3235
steps:
3336
- uses: actions/checkout@v4 # v3.3.0

0 commit comments

Comments
 (0)