Skip to content

Commit

Permalink
Final matrix - complete but with 1:1 OS replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
alecglen committed Aug 8, 2024
1 parent cc4b2e7 commit e7ea46a
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,22 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
os: [macos-latest, windows-latest, ubuntu-latest]
exclude:
- python-version: "3.6"
os: macos-latest
- python-version: "3.6"
os: ubuntu-latest
- python-version: "3.7"
os: macos-latest
include:
- python-version: "3.6"
os: macos-12
- python-version: "3.6"
os: windows-latest
- python-version: "3.6"
os: ubuntu-20.04
- python-version: "3.7"
os: macos-12
- python-version: "3.7"
os: windows-latest
- python-version: "3.7"
os: ubuntu-latest
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [macos-latest, windows-latest, ubuntu-latest]

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

Expand Down

0 comments on commit e7ea46a

Please sign in to comment.