Skip to content

Commit

Permalink
ci: support windows and refine matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytonyjan committed May 14, 2023
1 parent 276852c commit 84f3a42
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
matrix:
os:
- ubuntu-latest
- ubuntu-22.04
- macos-latest
- macos-13
- windows-latest
- windows-2022
ruby:
- "2.7"
- "3.0"
Expand All @@ -24,6 +27,12 @@ jobs:
- fallible: false
- ruby: head
fallible: true
- os: ubuntu-latest
fallible: true
- os: windows-latest
fallible: true
- os: macos-latest
fallible: true
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 84f3a42

Please sign in to comment.