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 1288be1 commit 17ad4cdCopy full SHA for 17ad4cd
.github/workflows/test.yml
@@ -21,7 +21,9 @@ jobs:
21
- macos-latest
22
- windows-latest
23
exclude:
24
- - { ruby-version: truffleruby-head, runs-on: windows-latest }
+ # macos-latest doesn't provide Ruby 2.5
25
+ - { ruby-version: "2.5", runs-on: macos-latest }
26
+ - { ruby-version: truffleruby-head, runs-on: windows-latest }
27
name: ${{ matrix.ruby-version}} on ${{ matrix.runs-on }}
28
runs-on: ${{ matrix.runs-on }}
29
steps:
0 commit comments