mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-07-21 13:04:22 +02:00
Adding ubuntu20 and extra python versions to git actions
This commit is contained in:
parent
6130e18cf1
commit
8783e881be
4
.github/workflows/.travis.yml
vendored
4
.github/workflows/.travis.yml
vendored
@ -24,6 +24,6 @@ jobs:
|
|||||||
- run: codecov
|
- run: codecov
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
test: ["py310", "pep8", "bandit", "docs"]
|
test: ["py38", "py39", "py310", "py311", "pep8", "bandit", "docs"]
|
||||||
test_number: ["0","1"]
|
test_number: ["0","1"]
|
||||||
os: [ubuntu-22.04]
|
os: [ubuntu-22.04,ubuntu-20.04]
|
Loading…
x
Reference in New Issue
Block a user