Skip to content

Commit

Permalink
[integration tests] update k8s version in helmchart tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbygdell committed Sep 9, 2024
1 parent 70f618e commit 5ae3c44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_pr_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,14 +227,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ["1.28", "1.29"]
version: ["1.30", "1.31"]
tls: ["true", "false"]
storage: ["posix", "s3"]
exclude:
- version: "1.28"
- version: "1.30"
tls: "false"
storage: "posix"
- version: "1.29"
- version: "1.31"
tls: "false"
storage: "posix"
steps:
Expand Down

0 comments on commit 5ae3c44

Please sign in to comment.