Skip to content

Commit

Permalink
ci/test: update ci build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
nil0x42 committed Jul 25, 2023
1 parent 747b4f1 commit 60578a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
strategy:
fail-fast: true # quit as soon as a job fails
matrix:
os: [ ubuntu-22.04, ubuntu-18.04 ] # macos-latest # TODO
python-version: [ "3.7", "3.10", "3.11.0-beta.3", "pypy-3.7", "pypy-3.9" ]
os: [ ubuntu-22.04, ubuntu-20.04 ] # macos-latest # TODO
python-version: [ "3.7", "3.11", "3.12.0-beta.4", "pypy-3.7", "pypy-3.9" ]
# exclude:
# - os: macos-latest
# python-version: 12
Expand Down

0 comments on commit 60578a1

Please sign in to comment.