Skip to content

Commit

Permalink
fix: Main CI is not using a valid matric
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkerkhove committed Sep 13, 2023
1 parent ee9a8e7 commit 6241625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
fail-fast: false
matrix:
enableHighAvailability: [false, true]
kubernetesVersion: [v1.26, v1.25, v1.24, v1.23, v1.22, v1.21, v1.20]
kubernetesVersion: [v1.27, v1.26, v1.25, v1.24]
include:
# Images are defined on every Kind release
# See https://github.com/kubernetes-sigs/kind/releases for an overview of the images
Expand Down

0 comments on commit 6241625

Please sign in to comment.