Skip to content

Commit

Permalink
Add windows test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
chipsenkbeil committed Apr 30, 2024
1 parent 4961ea3 commit c1ab582
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
strategy:
fail-fast: false
matrix:
version:
- v0.9.2
- v0.9.4
- v0.9.5
- nightly
version: [v0.9.2, v0.9.4, v0.9.5, nightly]
os: [ubuntu-latest]
include:
- os: windows-latest
version: v0.9.5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c1ab582

Please sign in to comment.