Skip to content

Commit 9e2cf7c

Browse files
committed
jruby-ci-run
1 parent 1e4573b commit 9e2cf7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
1616
with:
1717
# 2.7 breaks `test_parse_statements_nodoc_identifier_alias_method`
18-
min_version: 3.0
18+
min_version: 3.4
1919
versions: '["mswin"]'
2020

2121
test:
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
27-
os: [ubuntu-latest, macos-latest, windows-latest]
27+
os: [ubuntu-latest]
2828
exclude:
2929
- os: windows-latest
3030
ruby: truffleruby

0 commit comments

Comments
 (0)