Skip to content

Commit

Permalink
Merge pull request #47 from ruby/test-windows
Browse files Browse the repository at this point in the history
CI: Run on Windows
  • Loading branch information
nobu committed Feb 22, 2024
2 parents 00bcade + b7d73b3 commit fcef03d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -15,7 +15,10 @@ jobs:
strategy:
matrix:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ ubuntu-latest, macos-latest ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
include:
- ruby: mswin
os: windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fcef03d

Please sign in to comment.