Skip to content

Commit

Permalink
Improve testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Jan 2, 2024
1 parent 1b41ab1 commit 5f9a682
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
image:
- ubuntu-latest
include:
- python: '3.11'
- python: '3.12'
image: macos-latest
- python: '3.11'
- python: '3.12'
image: windows-latest
runs-on: '${{ matrix.image }}'
steps:
Expand Down Expand Up @@ -111,6 +111,7 @@ jobs:
strategy:
matrix:
python:
- '3.11'
- '3.12'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5f9a682

Please sign in to comment.