2
0
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:
justin-h-loi
2023-08-22 17:04:47 -04:00
committed by arp102
parent 6130e18cf1
commit 8783e881be

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]