Skip to content

Commit

Permalink
expand test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Oct 17, 2023
1 parent 6eeb03f commit f8f7095
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 @@ -38,6 +38,13 @@ jobs:
- ubuntu-latest
- windows-latest
- macos-latest
python-version: ["3.9"]
include:
- os: ubuntu-latest
python-version: "3.10"
- os: ubuntu-latest
python-version: "3.11"

fail-fast: false

runs-on: ${{ matrix.os }}
Expand All @@ -54,6 +61,8 @@ jobs:

- name: Setup environment
uses: ./.github/actions/setup-env
with:
python-version: ${{ matrix.python-version }}

- name: Run unit tests
id: tests
Expand Down

0 comments on commit f8f7095

Please sign in to comment.