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 a57f6a0 commit 59fadceCopy full SHA for 59fadce
.github/workflows/test.yml
@@ -27,6 +27,11 @@ jobs:
27
- macos-latest
28
- ubuntu-latest
29
- windows-latest
30
+ exclude:
31
+ - {ruby-version: "2.6", runs-on: windows-latest}
32
+ - {ruby-version: "2.7", runs-on: windows-latest}
33
+ - {ruby-version: "3.0", runs-on: windows-latest}
34
+ - {ruby-version: "3.1", runs-on: windows-latest}
35
runs-on: ${{ matrix.runs-on }}
36
steps:
37
- uses: actions/checkout@v5
0 commit comments