Skip to content

Commit 9b98e98

Browse files
committed
Exclude testing on JRuby 10.0.0 on Windows
1 parent 5f1af2a commit 9b98e98

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
os: [ubuntu-latest, windows-latest]
2727
exclude:
2828
- { ruby: truffleruby, os: windows-latest }
29+
- { ruby: jruby-10.0.0, os: windows-latest }
2930

3031
runs-on: ${{ matrix.os }}
3132

0 commit comments

Comments
 (0)