Skip to content

Commit 95a98c1

Browse files
authored
ci: using k8s v1.34 by default (#2616)
1 parent 8490afc commit 95a98c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
kubernetes_versions:
1010
description: 'Kubernetes version'
1111
type: string
12-
default: "['1.33']"
12+
default: "['1.34']"
1313
install_profile:
1414
description: 'APL installation profile'
1515
type: string
@@ -48,10 +48,10 @@ on:
4848
description: 'Kubernetes version'
4949
type: choice
5050
options:
51-
- "['1.31']"
5251
- "['1.32']"
5352
- "['1.33']"
54-
default: "['1.33']"
53+
- "['1.34']"
54+
default: "['1.34']"
5555
install_profile:
5656
description: APL installation profile
5757
default: minimal-with-team

0 commit comments

Comments
 (0)