Skip to content

Commit

Permalink
create test matrix for os
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Aug 14, 2024
1 parent 7ab291a commit 95d270e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,17 @@ on:

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
version: [10, 12, 14]
os: [ubuntu-latest, windows-latest]

fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@master

Expand Down

0 comments on commit 95d270e

Please sign in to comment.