Skip to content

Commit ddac601

Browse files
authored
CLOUDP-260749: Bump CI testign Kubernetes versions (#1682)
1 parent b38468f commit ddac601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
name: Compute Test Matrix
2222
run: |
2323
# Note the use of external single quotes to allow for double quotes at inline YAML array
24-
matrix='["v1.27.1-kind"]'
24+
matrix='["v1.28.7-kind"]'
2525
if [ "${{ github.ref }}" == "refs/heads/main" ];then
26-
matrix='["v1.27.1-kind", "v1.29.2-kind"]'
26+
matrix='["v1.28.7-kind", "v1.30.0-kind"]'
2727
fi
2828
echo "matrix=${matrix}" >> "${GITHUB_OUTPUT}"
2929
cat "${GITHUB_OUTPUT}"

0 commit comments

Comments
 (0)