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 72aa17f commit 8339249Copy full SHA for 8339249
.github/workflows/test.yml
@@ -21,6 +21,7 @@ jobs:
21
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
22
os: [ ubuntu-latest, macos-latest, windows-latest ]
23
exclude:
24
+ - { os: macos-latest, ruby: 2.5 }
25
- { os: windows-latest, ruby: truffleruby-head }
26
- { os: windows-latest, ruby: truffleruby }
27
- { os: windows-latest, ruby: jruby-head }
0 commit comments