Skip to content

Commit edc48aa

Browse files
committed
Stop testing against JRuby
1 parent a53287f commit edc48aa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
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+
engine: cruby-truffleruby
1415

1516
test:
1617
needs: ruby-versions
@@ -24,10 +25,6 @@ jobs:
2425
ruby: truffleruby
2526
- os: windows-latest
2627
ruby: truffleruby-head
27-
- os: windows-latest
28-
ruby: jruby
29-
- os: windows-latest
30-
ruby: jruby-head
3128
runs-on: ${{ matrix.os }}
3229
steps:
3330
- uses: actions/checkout@v4 # v3.3.0

0 commit comments

Comments
 (0)