Skip to content

Commit 776d043

Browse files
committed
Removed truffleruby from CI, because no-one fix failure jobs
1 parent c2c0a01 commit 776d043

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
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
# 2.7 breaks `test_parse_statements_nodoc_identifier_alias_method`
1818
min_version: 3.0
19+
engine: cruby-jruby
1920
versions: '["mswin"]'
2021

2122
test:
@@ -26,10 +27,6 @@ jobs:
2627
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
2728
os: [ubuntu-latest, macos-latest, windows-latest]
2829
exclude:
29-
- os: windows-latest
30-
ruby: truffleruby
31-
- os: windows-latest
32-
ruby: truffleruby-head
3330
- os: windows-latest
3431
ruby: jruby
3532
- os: windows-latest

0 commit comments

Comments
 (0)