diff --git a/.circleci/config.yml b/.circleci/config.yml index fb41d3a..c750287 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -251,26 +251,26 @@ workflows: helm: v3.7.0 k8s: v1.20.11 requires: - - h3k19 + - h3k24 - test: name: h3k26 helm: v3.7.0 k8s: v1.21.5 requires: - - h3k19 + - h3k24 - test: name: h3k27 helm: v3.7.0 k8s: v1.22.2 requires: - - h3k19 + - h3k24 - publish: # The publish step depends on all the test steps passing requires: - - h3k19 - - h3k20 - - h3k21 - - h3k22 + - h3k24 + - h3k25 + - h3k26 + - h3k27 filters: branches: only: