Skip to content

Commit d8640c5

Browse files
authored
Merge pull request #691 from liangyuanpeng/refresh_k8sversion_ci
chore: update e2e ci for 1.31 and 1.32
2 parents 014374a + 38eb6a0 commit d8640c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
fail-fast: false
106106
matrix:
107107
ipFamily: ["ipv4", "ipv6", "dual"]
108-
k8s: [ v1.28.7, v1.29.2, v1.30.4 ]
108+
k8s: [ v1.30.8, v1.31.4, v1.32.0 ]
109109
env:
110110
JOB_NAME: "kindnetd-e2e-${{ matrix.ipFamily }}"
111111
IP_FAMILY: ${{ matrix.ipFamily }}

0 commit comments

Comments
 (0)