Skip to content

Commit

Permalink
ci(GHA): updated Vault versions in test matrix
Browse files Browse the repository at this point in the history
Signed-off-by: András Jáky <[email protected]>
  • Loading branch information
akijakya committed Sep 6, 2023
1 parent 270b14d commit 188a0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
strategy:
matrix:
k8s_version: ["v1.24.15", "v1.25.11", "v1.26.6", "v1.27.3"]
vault_version: ["1.11.12", "1.12.8", "1.13.4", "1.14.1"]
vault_version: ["1.11.12", "1.12.9", "1.13.5", "1.14.1"] # latest versions with MPL 2.0 license

steps:
- name: Checkout repository
Expand Down

0 comments on commit 188a0c8

Please sign in to comment.