Skip to content

Commit c3baacc

Browse files
committed
Try with Windows
1 parent c165fb4 commit c3baacc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ jobs:
1313
strategy:
1414
matrix:
1515
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
16-
os: [ ubuntu-latest, macos-latest ]
16+
os: [ ubuntu-latest, macos-latest, windows-latest ]
17+
exclude:
18+
- { os: windows-latest, ruby: truffleruby-head }
19+
- { os: windows-latest, ruby: truffleruby }
1720
runs-on: ${{ matrix.os }}
1821
steps:
1922
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)