We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae8631 commit 549605dCopy full SHA for 549605d
1 file changed
.github/workflows/test.yml
@@ -16,16 +16,11 @@ jobs:
16
fail-fast: false
17
matrix:
18
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
19
- os: [ ubuntu-latest, macos-latest ]
20
- include:
21
- - os: windows-latest
22
- ruby: 2.6
23
24
- ruby: 3.4
+ os: [ ubuntu-latest, macos-latest, windows-latest ]
25
exclude:
26
- - os: macos-latest
+ - os: windows-latest
27
ruby: truffleruby
28
- - os: ubuntu-latest
29
ruby: truffleruby-head
30
runs-on: ${{ matrix.os }}
31
steps:
0 commit comments