[SPARK-36777][INFRA] Move Java 17 on GitHub Actions from EA to LTS release

### What changes were proposed in this pull request?

This PR aims to move Java 17 on GA from early access release to LTS release.

### Why are the changes needed?

Java 17 LTS was released a few days ago and it's available on GA.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

GA itself.

Closes #34017 from sarutak/ga-java17.

Authored-by: Kousuke Saruta <sarutak@oss.nttdata.com>
Signed-off-by: Yuming Wang <yumwang@ebay.com>
(cherry picked from commit 89a9456b13)
Signed-off-by: Yuming Wang <yumwang@ebay.com>
This commit is contained in:
Kousuke Saruta 2021-09-16 18:04:35 +08:00 committed by Yuming Wang
parent d20ed030a8
commit dda43fe5ee

View file

@ -428,7 +428,7 @@ jobs:
matrix: matrix:
java: java:
- 11 - 11
- 17-ea - 17
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- name: Checkout Spark repository - name: Checkout Spark repository