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 d5adfda commit 69db866Copy full SHA for 69db866
.github/workflows/test.yml
@@ -23,7 +23,11 @@ jobs:
23
exclude:
24
- { ruby: head, os: windows-latest }
25
include:
26
- - { ruby: head, os: windows-latest, experimental: true }
+ - { ruby: head, os: windows-latest, experimental: true }
27
+ # - { ruby: jruby, os: ubuntu-latest, experimental: true }
28
+ - { ruby: jruby-head, os: ubuntu-latest, experimental: true }
29
+ - { ruby: truffleruby, os: ubuntu-latest, experimental: true }
30
+ # - { ruby: truffleruby-head, os: ubuntu-latest, experimental: true }
31
runs-on: ${{ matrix.os }}
32
continue-on-error: ${{ matrix.experimental }}
33
timeout-minutes: 15
0 commit comments