Skip to content

Commit 01f8e13

Browse files
committed
Update Kubernetes version matrix in integration test workflow
Signed-off-by: Yi Chen <[email protected]>
1 parent f53373e commit 01f8e13

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/integration.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -212,15 +212,15 @@ jobs:
212212
strategy:
213213
matrix:
214214
k8s_version:
215-
- v1.24.17
216-
- v1.25.16
217215
- v1.26.15
218216
- v1.27.16
219217
- v1.28.15
220-
- v1.29.12
221-
- v1.30.8
222-
- v1.31.4
223-
- v1.32.0
218+
- v1.29.14
219+
- v1.30.13
220+
- v1.31.12
221+
- v1.32.8
222+
- v1.33.4
223+
- v1.34.0
224224
steps:
225225
- name: Checkout source code
226226
uses: actions/[email protected]

0 commit comments

Comments
 (0)