From dda43fe5eea76fceab2d32a12833700357b48712 Mon Sep 17 00:00:00 2001 From: Kousuke Saruta Date: Thu, 16 Sep 2021 18:04:35 +0800 Subject: [PATCH] [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 Signed-off-by: Yuming Wang (cherry picked from commit 89a9456b13ee032bdd6eb46d18b9795761e7c3e7) Signed-off-by: Yuming Wang --- .github/workflows/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 23406f9798..517cef80b7 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -428,7 +428,7 @@ jobs: matrix: java: - 11 - - 17-ea + - 17 runs-on: ubuntu-20.04 steps: - name: Checkout Spark repository