diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index e9ade57..084eeed 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -55,9 +55,11 @@ jobs: fail-fast: false matrix: config: - - {name: 'current', os: ubuntu-latest, python: '3.8' } - - {name: 'prev', os: ubuntu-latest, python: '3.7' } - - {name: 'old', os: ubuntu-latest, python: '3.6' } + - {name: '3.10', os: ubuntu-latest, python: '3.10' } + - {name: '3.9', os: ubuntu-latest, python: '3.9' } + - {name: '3.8', os: ubuntu-latest, python: '3.8' } + - {name: '3.7', os: ubuntu-latest, python: '3.7' } + - {name: '3.6', os: ubuntu-latest, python: '3.6' } steps: - name: Cancel Previous Runs