Commit ae7c376
committed
[SPARK-53826] Use Java 25 in GitHub Action jobs consistently
### What changes were proposed in this pull request?
This PR aims to use Java 25 in `GitHub Action` jobs consistently.
- https://github.com/apache/spark-kubernetes-operator/actions/workflows/build_and_test.yml
- https://github.com/apache/spark-kubernetes-operator/actions/workflows/publish_snapshot_chart.yml
### Why are the changes needed?
We had better use Java 25 by default because our tool chain is `Java 25`.
- #336
**BEFORE**
```
$ git grep 'java-version: 17' | wc -l
3
$ git grep 'java-version: 21' | wc -l
1
```
**AFTER**
```
$ git grep 'java-version: 17' | wc -l
0
$ git grep 'java-version: 21' | wc -l
0
```
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #374 from dongjoon-hyun/SPARK-53826.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>1 parent 21bd61a commit ae7c376
File tree
2 files changed
+8
-8
lines changed- .github/workflows
2 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments