Skip to content

Commit

Permalink
chore: Added test for kubernetes version 1.28, limited testing to lat…
Browse files Browse the repository at this point in the history
…est 7 versions
  • Loading branch information
alekc committed Sep 18, 2023
1 parent d87b10f commit 33cd1c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
needs: get_version_matrix
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
terraform_version: ${{ fromJson(needs.get_version_matrix.outputs.terraform_versions) }}
k8s_version: ${{ fromJson(needs.get_version_matrix.outputs.k8s_versions) }}
Expand Down
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.24.15", "1.23.17", "1.22.17", "1.21.14", "1.20.15", "1.19.16"]' >> $GITHUB_OUTPUT
echo k8s_versions='["1.28.0", "1.27.3", "1.26.6", "1.25.11", "1.24.15", "1.23.17", "1.22.17"]' >> $GITHUB_OUTPUT

0 comments on commit 33cd1c8

Please sign in to comment.