Skip to content

Commit a3de0de

Browse files
committed
[KYUUBI #7352] Skip Java 8 tests for Spark engine
### Why are the changes needed? Remove Java 8 and keep only Java 17 tests for the Spark engine. We have `-release 8` guard, so it should be low risk. This reduces the ASF CI resource usage. ### How was this patch tested? Review. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #7352 from pan3793/skip-8. Closes #7352 a925c5e [Cheng Pan] Skip Java 8 tests for Spark engine Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent f319921 commit a3de0de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/master.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
max-parallel: 6
5050
matrix:
5151
java:
52-
- 8
5352
- 17
5453
python:
5554
- '3.9'

0 commit comments

Comments
 (0)