Skip to content

Commit

Permalink
added additional testing for k8s version (up to 1.19.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
alekc committed Jul 19, 2023
1 parent a0cf1de commit fe8094e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-version-matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ function get_latest_version() {
}

echo terraform_versions="[$(get_latest_version v0.12), $(get_latest_version v0.13), $(get_latest_version v0.14), $(get_latest_version v0.15), $(get_latest_version v1.0), $(get_latest_version v1.1), $(get_latest_version v1.2), $(get_latest_version v1.3), $(get_latest_version v1.4), $(get_latest_version v1.5)]" >> $GITHUB_OUTPUT
echo k8s_versions='["1.27.3", "1.26.6", "1.25.11", "1.20.15"]' >> $GITHUB_OUTPUT
echo k8s_versions='["1.27.3", "1.26.6", "1.25.11", "1.24.15", "1.23.17", "1.22.17", "1.21.14", "1.20.15", "1.19.16"]' >> $GITHUB_OUTPUT

0 comments on commit fe8094e

Please sign in to comment.