Skip to content

Commit

Permalink
add Windows to MSRV tests
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed Mar 22, 2024
1 parent 84dfe24 commit 4c8fe97
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,13 @@ jobs:

msrv:
name: MSRV
runs-on: ubuntu-20.04
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-20.04
- os: windows-latest
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 4c8fe97

Please sign in to comment.