This is an automated email from the ASF dual-hosted git repository.

yumwang pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new dda43fe  [SPARK-36777][INFRA] Move Java 17 on GitHub Actions from EA 
to LTS release
dda43fe is described below

commit dda43fe5eea76fceab2d32a12833700357b48712
Author: Kousuke Saruta <saru...@oss.nttdata.com>
AuthorDate: Thu Sep 16 18:04:35 2021 +0800

    [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 <saru...@oss.nttdata.com>
    Signed-off-by: Yuming Wang <yumw...@ebay.com>
    (cherry picked from commit 89a9456b13ee032bdd6eb46d18b9795761e7c3e7)
    Signed-off-by: Yuming Wang <yumw...@ebay.com>
---
 .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 23406f9..517cef8 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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to