Skip to content

Commit 3e8fcfd

Browse files
committed
Fix #32380: update k8s in gha workflow
1 parent d44ea51 commit 3e8fcfd

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/workflows.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ jobs:
1010
matrix:
1111
java: [ 11 ]
1212
kubernetes:
13-
- 'v1.22.17'
14-
- 'v1.23.15'
15-
- 'v1.24.9'
16-
- 'v1.25.5'
13+
- 'v1.24.17'
14+
- 'v1.25.15'
15+
- 'v1.26.14'
16+
- 'v1.27.11'
17+
- 'v1.28.7'
18+
- 'v1.29.2'
1719

1820
steps:
1921
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)