Skip to content

Commit 60bc4df

Browse files
committed
Test
1 parent c0ce445 commit 60bc4df

1 file changed

Lines changed: 3 additions & 17 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,9 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
24-
os: [ ubuntu-latest, macos-latest, windows-latest ]
25-
include:
26-
- ruby: mswin
27-
os: windows-latest
28-
- ruby: jruby-head
29-
os: macos-15-intel
30-
- ruby: cygwin
31-
platform: cygwin
32-
os: windows-latest
33-
exclude:
34-
- ruby: jruby
35-
os: windows-latest
36-
- ruby: jruby-head
37-
os: windows-latest
38-
- ruby: truffleruby
39-
os: windows-latest
23+
ruby: [cygwin]
24+
platform: [cygwin]
25+
os: [windows-latest]
4026
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
4127
steps:
4228
- name: git config

0 commit comments

Comments
 (0)