Update test matrix

This commit is contained in:
Alex Mykyta
2023-01-03 20:42:53 -08:00
parent 3fc50e2c6a
commit 863662c9a9

View File

@@ -12,7 +12,6 @@ on:
jobs: jobs:
test: test:
runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: python-version:
@@ -21,6 +20,15 @@ jobs:
- 3.8 - 3.8
- 3.9 - 3.9
- "3.10" - "3.10"
- "3.11"
include:
- os: ubuntu-latest
# older versions need older OS
- python-version: 3.6
os: ubuntu-20.04
runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2