Skip to content

Commit

Permalink
ci: test on python 3.8+ and linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-iv committed Jul 11, 2024
1 parent 627a9ad commit 9461027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
uses: ./.github/workflows/test.yml
with:
coverage: ${{ (matrix.python-version == '3.12') }}
Expand All @@ -95,7 +95,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["macos-latest", "windows-latest"]
os: ["macos-latest", "windows-latest", "ubuntu-latest"]
uses: ./.github/workflows/test.yml
with:
python-version: "3.12"
Expand Down

0 comments on commit 9461027

Please sign in to comment.