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 ce79711 commit 9bc3ba3Copy full SHA for 9bc3ba3
.github/workflows/test.yml
@@ -11,6 +11,7 @@ jobs:
11
with:
12
# 2.7 breaks `test_parse_statements_nodoc_identifier_alias_method`
13
min_version: 3.0
14
+ versions: '["mswin"]'
15
engine: cruby-truffleruby
16
17
test:
@@ -25,9 +26,11 @@ jobs:
25
26
ruby: truffleruby
27
- os: windows-latest
28
ruby: truffleruby-head
- # Remove it once https://github.com/ruby/setup-ruby/issues/680 is fixed
29
- - os: windows-latest
30
- ruby: 3.4
+ - os: macos-latest
+ ruby: mswin
31
+ - os: ubuntu-latest
32
33
+
34
runs-on: ${{ matrix.os }}
35
steps:
36
- uses: actions/checkout@v4 # v3.3.0
0 commit comments