mirror of https://github.com/OpenKMIP/PyKMIP.git
Adding ubuntu20 and extra python versions to git actions
This commit is contained in:
parent
6130e18cf1
commit
8783e881be
|
@ -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]
|
Loading…
Reference in New Issue