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 394e956 commit 27b9924Copy full SHA for 27b9924
.github/workflows/test.yml
@@ -20,6 +20,8 @@ jobs:
20
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
21
os: [ ubuntu-latest, macos-latest, windows-latest ]
22
experimental: [false]
23
+ include:
24
+ - { ruby: truffleruby-head, os: ubuntu-latest, experimental: true }
25
runs-on: ${{ matrix.os }}
26
continue-on-error: ${{ matrix.experimental }}
27
timeout-minutes: 15
0 commit comments