Skip to content

Commit 0926c37

Browse files
committed
Test against k8s 1.34
/cherry-pick Signed-off-by: 1gtm <[email protected]>
1 parent 303dc4d commit 0926c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- id: set-matrix
6565
name: Generate test matrix
6666
run: |
67-
k8s=(v1.28.15 v1.33.2)
67+
k8s=(v1.28.15 v1.34.0)
6868
6969
IFS=' '
7070
read -ra COMMENT <<< "${{ github.event.comment.body }}"

0 commit comments

Comments
 (0)