mirror of
https://github.com/openkmip/pykmip
synced 2025-12-31 23:53:52 +00:00
Adding ubuntu20 and extra python versions to git actions
This commit is contained in:
4
.github/workflows/.travis.yml
vendored
4
.github/workflows/.travis.yml
vendored
@@ -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]
|
||||
Reference in New Issue
Block a user