Skip to content

Commit c23bf63

Browse files
authored
Merge pull request #1305 from headius/reenable_jruby
Reenable JRuby for testing
2 parents 694987b + 96beab3 commit c23bf63

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
# 2.7 breaks `test_parse_statements_nodoc_identifier_alias_method`
1313
min_version: 3.0
1414
versions: '["mswin"]'
15-
engine: cruby-truffleruby
1615

1716
test:
1817
needs: ruby-versions
@@ -26,6 +25,10 @@ jobs:
2625
ruby: truffleruby
2726
- os: windows-latest
2827
ruby: truffleruby-head
28+
- os: windows-latest
29+
ruby: jruby
30+
- os: windows-latest
31+
ruby: jruby-head
2932
- os: macos-latest
3033
ruby: mswin
3134
- os: ubuntu-latest

0 commit comments

Comments
 (0)