Skip to content

Commit

Permalink
Upgrading CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Sep 6, 2024
1 parent b97bb23 commit b021478
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,28 @@ jobs:
# NOTE: py27 support was dropped by GitHub Actions...
# - os: ubuntu-20.04
# python-version: "2.7"
- os: ubuntu-20.04
python-version: "3.5"
- os: ubuntu-20.04
python-version: "3.6"
# - os: ubuntu-20.04
# python-version: "3.5"
# - os: ubuntu-20.04
# python-version: "3.6"
- os: ubuntu-20.04
python-version: "3.7"
- os: ubuntu-20.04
python-version: "3.8"
- os: ubuntu-20.04
python-version: "3.9"
- os: ubuntu-20.04
python-version: "3.10"
- os: ubuntu-20.04
python-version: "3.11"

# Mac
- os: macos-latest
python-version: "3.6"
python-version: "3.8"

# Windows
- os: windows-latest
python-version: "3.6"
python-version: "3.8"

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

Expand Down

0 comments on commit b021478

Please sign in to comment.