From 33363e50b98495a70c863369507212715dde698a Mon Sep 17 00:00:00 2001 From: Owen Barton Date: Mon, 12 Jun 2023 16:54:31 -0700 Subject: [PATCH] Update job deps. --- .circleci/config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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: