Add v1.24.0 to test matrix (#8798)

This commit is contained in:
Ricardo Katz 2022-07-10 22:35:47 -03:00 committed by GitHub
parent 9325819345
commit 8f6c2e6b2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 29 additions and 16 deletions

View file

@ -26,7 +26,7 @@ set -o pipefail
# with enough docs updates, this could be removed
# see # DEFAULT VERSION HANDLING
K8S_DEFAULT_VERSION=1.20
K8S_TARGET_VERSIONS=("1.19" "1.20" "1.21" "1.22" "1.23")
K8S_TARGET_VERSIONS=("1.20" "1.21" "1.22" "1.23" "1.24")
DIR=$(cd $(dirname "${BASH_SOURCE}")/.. && pwd -P)