diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 41924c1668..4b96a816f5 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -22,9 +22,9 @@ jobs: - name: Compute K8s matrix/versions for testing id: compute run: | - matrix='["v1.31.9-kind"]' + matrix='["v1.32.9-kind"]' if [ "${{ github.ref }}" == "refs/heads/main" ]; then - matrix='["v1.31.9-kind", "v1.33.2-kind"]' + matrix='["v1.32.9-kind", "v1.34.1-kind"]' fi echo "matrix=${matrix}" >> "${GITHUB_OUTPUT}" - name: Read the next release version