We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a380b1 commit 6be9ce2Copy full SHA for 6be9ce2
.github/workflows/e2e-arm64.yaml
@@ -17,7 +17,7 @@ jobs:
17
matrix:
18
# Keep this list up-to-date with https://endoflife.date/kubernetes
19
# Check which versions are available on DockerHub with 'crane ls kindest/node'
20
- KUBERNETES_VERSION: [ 1.26.6, 1.27.3, 1.28.0 ]
+ KUBERNETES_VERSION: [ 1.26.6, 1.27.3, 1.28.0, 1.29.0 ]
21
fail-fast: false
22
steps:
23
- name: Checkout
0 commit comments