We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38468f commit ddac601Copy full SHA for ddac601
.github/workflows/test-e2e.yml
@@ -21,9 +21,9 @@ jobs:
21
name: Compute Test Matrix
22
run: |
23
# Note the use of external single quotes to allow for double quotes at inline YAML array
24
- matrix='["v1.27.1-kind"]'
+ matrix='["v1.28.7-kind"]'
25
if [ "${{ github.ref }}" == "refs/heads/main" ];then
26
- matrix='["v1.27.1-kind", "v1.29.2-kind"]'
+ matrix='["v1.28.7-kind", "v1.30.0-kind"]'
27
fi
28
echo "matrix=${matrix}" >> "${GITHUB_OUTPUT}"
29
cat "${GITHUB_OUTPUT}"
0 commit comments