Skip to content

Commit 0201994

Browse files
committed
[SPARK-50725] Update CI to test K8s 1.32
### What changes were proposed in this pull request? This PR aims to increase the maximum K8s test version to 1.32 from 1.31. ### Why are the changes needed? To improve the test coverage because K8s 1.32.0 was released on 2024-12-11. - https://kubernetes.io/releases/#release-v1-32 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#152 from dongjoon-hyun/SPARK-50725. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 5b9984f commit 0201994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
matrix:
6969
kubernetes-version:
7070
- "1.28.0"
71-
- "1.31.0"
71+
- "1.32.0"
7272
mode:
7373
- dynamic
7474
- static

0 commit comments

Comments
 (0)