We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dea27f commit 25df6c3Copy full SHA for 25df6c3
.github/workflows/test.yml
@@ -22,6 +22,7 @@ jobs:
22
include:
23
- { os: macos-latest, ruby: 'head' }
24
- { os: macos-latest, ruby: 'jruby-head' }
25
+ - { os: macos-latest, ruby: 'truffleruby-head' }
26
- { os: windows-latest, ruby: 'head' }
27
runs-on: ${{ matrix.os }}
28
steps:
0 commit comments