Skip to content

Commit

Permalink
CI: Add Windows to test matrix
Browse files Browse the repository at this point in the history
This helps learn whether stuff can install.
  • Loading branch information
olleolleolle committed Oct 9, 2023
1 parent b12df77 commit 3cba169
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{matrix.os}}-latest
strategy:
matrix:
os:
- ubuntu
- windows
ruby-version:
- 3.2
- 3.1
Expand Down

0 comments on commit 3cba169

Please sign in to comment.