We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c0a01 commit 776d043Copy full SHA for 776d043
1 file changed
.github/workflows/test.yml
@@ -16,6 +16,7 @@ jobs:
16
with:
17
# 2.7 breaks `test_parse_statements_nodoc_identifier_alias_method`
18
min_version: 3.0
19
+ engine: cruby-jruby
20
versions: '["mswin"]'
21
22
test:
@@ -26,10 +27,6 @@ jobs:
26
27
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
28
os: [ubuntu-latest, macos-latest, windows-latest]
29
exclude:
- - os: windows-latest
30
- ruby: truffleruby
31
32
- ruby: truffleruby-head
33
- os: windows-latest
34
ruby: jruby
35
0 commit comments