Skip to content

Commit 5d78fa8

Browse files
authored
Merge pull request #48 from nobu/ci-windows
Update versions to test
2 parents 439f393 + a048d56 commit 5d78fa8

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,18 @@ jobs:
77
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
88
strategy:
99
matrix:
10-
ruby: [ 3.1, '3.0', 2.7, 2.6, 2.5, head, truffleruby-head ]
11-
os: [ ubuntu-latest, macos-latest ]
10+
ruby: [ 3.1, '3.0', 2.7, head, truffleruby-head ]
11+
os: [ ubuntu-latest, macos-latest, windows-latest ]
12+
include:
13+
- ruby: mswin
14+
os: windows-latest
15+
- ruby: mingw
16+
os: windows-latest
17+
exclude:
18+
- ruby: head
19+
os: windows-latest
20+
- ruby: truffleruby-head
21+
os: windows-latest
1222
runs-on: ${{ matrix.os }}
1323
steps:
1424
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)