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 24cf105 commit 4cf25bbCopy full SHA for 4cf25bb
.github/workflows/e2e.yaml
@@ -63,7 +63,7 @@ jobs:
63
strategy:
64
fail-fast: false
65
matrix:
66
- k8s: [ v1.30.8, v1.31.4, v1.32.0 ]
+ k8s: [ v1.31.4, v1.32.0, v1.33.0 ]
67
connection-mode: [ grpc, http-connect ]
68
steps:
69
- name: Install kind
@@ -106,7 +106,7 @@ jobs:
106
107
108
ipFamily: ["ipv4", "ipv6", "dual"]
109
110
env:
111
JOB_NAME: "kindnetd-e2e-${{ matrix.ipFamily }}"
112
IP_FAMILY: ${{ matrix.ipFamily }}
0 commit comments