Skip to content

Commit

Permalink
feat: reduce test matrix (#554)
Browse files Browse the repository at this point in the history
feat: reduce test matrix

Signed-off-by: Bence Csati <[email protected]>
  • Loading branch information
csatib02 authored Aug 21, 2024
1 parent 95f8603 commit 62f17ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ jobs:
needs: [artifacts]
strategy:
matrix:
k8s_version: ["v1.24.15", "v1.25.11", "v1.26.6", "v1.27.3"]
vault_version: ["1.11.12", "1.12.9", "1.13.5", "1.14.8"] # latest versions with MPL 2.0 license
k8s_version: ["v1.28.9", "v1.29.4", "v1.30.0"]
vault_version: ["1.14.8"] # latest versions with MPL 2.0 license

steps:
- name: Checkout repository
Expand Down

0 comments on commit 62f17ee

Please sign in to comment.