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 ce9aee0 commit 9687ddbCopy full SHA for 9687ddb
.github/workflows/test.yml
@@ -20,10 +20,6 @@ jobs:
20
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
21
os: [ ubuntu-latest, macos-latest, windows-latest ]
22
experimental: [false]
23
- exclude:
24
- - { ruby: head, os: windows-latest }
25
- include:
26
- - { ruby: head, os: windows-latest, experimental: true }
27
runs-on: ${{ matrix.os }}
28
continue-on-error: ${{ matrix.experimental }}
29
timeout-minutes: 15
0 commit comments