Skip to content

Commit 9d3e9ec

Browse files
authored
update python matrix
1 parent b1e0d9c commit 9d3e9ec

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/build_and_test.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,20 @@ jobs:
1717
strategy:
1818
matrix:
1919
include:
20-
- python-version-short: ["3.8", "3.9", "3.10", "3.11"]
21-
python-version: 3.8.17
20+
- python-version-short: "3.8"
21+
python-version: 3.8.18
22+
vault-version: "1.12.5-1"
23+
hvac-gh-tag: "v1.1.1"
24+
- python-version-short: "3.9"
25+
python-version: 3.9.21
26+
vault-version: "1.12.5-1"
27+
hvac-gh-tag: "v1.1.1"
28+
- python-version-short: "3.10"
29+
python-version: 3.10.16
30+
vault-version: "1.12.5-1"
31+
hvac-gh-tag: "v1.1.1"
32+
- python-version-short: "3.11"
33+
python-version: 3.11.11
2234
vault-version: "1.12.5-1"
2335
hvac-gh-tag: "v1.1.1"
2436
steps:

0 commit comments

Comments
 (0)