We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 303dc4d commit 0f9cc68Copy full SHA for 0f9cc68
1 file changed
.github/workflows/e2e.yml
@@ -64,7 +64,7 @@ jobs:
64
- id: set-matrix
65
name: Generate test matrix
66
run: |
67
- k8s=(v1.28.15 v1.33.2)
+ k8s=(v1.28.15 v1.34.0)
68
69
IFS=' '
70
read -ra COMMENT <<< "${{ github.event.comment.body }}"
0 commit comments