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 1e4573b commit 9e2cf7cCopy full SHA for 9e2cf7c
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
16
with:
17
# 2.7 breaks `test_parse_statements_nodoc_identifier_alias_method`
18
- min_version: 3.0
+ min_version: 3.4
19
versions: '["mswin"]'
20
21
test:
@@ -24,7 +24,7 @@ jobs:
24
fail-fast: false
25
matrix:
26
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
27
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest]
28
exclude:
29
- os: windows-latest
30
ruby: truffleruby
0 commit comments