Adding ubuntu20 and extra python versions to git actions

This commit is contained in:
justin-h-loi 2023-08-22 17:04:47 -04:00 committed by arp102
parent 6130e18cf1
commit 8783e881be
1 changed files with 2 additions and 2 deletions

View File

@ -24,6 +24,6 @@ jobs:
- run: codecov
strategy:
matrix:
test: ["py310", "pep8", "bandit", "docs"]
test: ["py38", "py39", "py310", "py311", "pep8", "bandit", "docs"]
test_number: ["0","1"]
os: [ubuntu-22.04]
os: [ubuntu-22.04,ubuntu-20.04]