Skip to content

Commit ef8b5a4

Browse files
committed
Update kubernetes version of the CI
We are lagging a bit behind in terms of kubernetes version we test against. This updates to run on more "recent" versions of k8s. Signed-off-by: Vincent Demeester <[email protected]>
1 parent dcf88bd commit ef8b5a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/e2e-matrix.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
matrix:
2020
k8s-name:
2121
- k8s-oldest
22+
- k8s
2223
- k8s-plus-one
2324

2425
feature-flags:
@@ -30,8 +31,10 @@ jobs:
3031
include:
3132
- k8s-name: k8s-oldest
3233
k8s-version: v1.28.x
34+
- k8s-name: k8s
35+
k8s-version: v1.32.x
3336
- k8s-name: k8s-plus-one
34-
k8s-version: v1.29.x
37+
k8s-version: v1.33.x
3538
- feature-flags: stable
3639
env-file: prow
3740
- feature-flags: alpha

0 commit comments

Comments
 (0)