We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1af2a commit 9b98e98Copy full SHA for 9b98e98
1 file changed
.github/workflows/ci.yml
@@ -26,6 +26,7 @@ jobs:
26
os: [ubuntu-latest, windows-latest]
27
exclude:
28
- { ruby: truffleruby, os: windows-latest }
29
+ - { ruby: jruby-10.0.0, os: windows-latest }
30
31
runs-on: ${{ matrix.os }}
32
0 commit comments