Skip to content

Commit

Permalink
Changed test scope
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspatzke committed Sep 17, 2022
1 parent 3ba605d commit 9343e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
test:
strategy:
matrix:
os: [ 'ubuntu-20.04', 'macos-10.15' ]
python-version: [ '3.8', '3.9' ]
os: [ 'ubuntu-20.04' ]
python-version: [ '3.8', '3.9', '3.10' ]
poetry-version: [ '1.2' ]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 9343e49

Please sign in to comment.