Skip to content

Commit e462d7d

Browse files
committed
CI: Migrate CI for Windows from AppVeyor to GitHub Actions
Signed-off-by: Takuro Ashie <[email protected]>
1 parent 9e2d7ab commit e462d7d

File tree

2 files changed

+5
-24
lines changed

2 files changed

+5
-24
lines changed

.github/workflows/unit-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
ruby: [ '3.2', '3.1', '3.0', '2.7' ]
14-
os: [ 'ubuntu-latest', 'macOS-latest' ]
14+
os: [ 'ubuntu-latest', 'macOS-latest', 'windows-latest' ]
15+
# It should be removed after RubyInstaller 3.2 is available on setup-ruby
16+
exclude:
17+
- os: windows-latest
18+
ruby: 3.2
1519
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
1620
steps:
1721
- uses: actions/checkout@v2

appveyor.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)