Skip to content

Commit 22931f5

Browse files
committed
Drop JRuby and TruffleRuby from CI
RBS has a C extension that cannot build on JRuby/TruffleRuby. Use `engine: cruby` to restrict the test matrix to CRuby only.
1 parent 50a5fba commit 22931f5

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
min_version: 3.2
1818
versions: '["mswin"]'
19+
engine: cruby
1920

2021
test:
2122
needs: ruby-versions
@@ -25,14 +26,6 @@ jobs:
2526
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
2627
os: [ubuntu-latest, macos-latest, windows-latest]
2728
exclude:
28-
- os: windows-latest
29-
ruby: truffleruby
30-
- os: windows-latest
31-
ruby: truffleruby-head
32-
- os: windows-latest
33-
ruby: jruby
34-
- os: windows-latest
35-
ruby: jruby-head
3629
- os: macos-latest
3730
ruby: mswin
3831
- os: ubuntu-latest

0 commit comments

Comments
 (0)