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

dongjoon pushed a commit to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.9 by this push:
     new 3bcc3da0d ORC-1426: Use Java `21-ea` instead of `20` in GitHub Action
3bcc3da0d is described below

commit 3bcc3da0df5ae132e4b77833dd9974fd9e29348d
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed May 17 22:52:10 2023 -0700

    ORC-1426: Use Java `21-ea` instead of `20` in GitHub Action
    
    ### What changes were proposed in this pull request?
    
    This PR aims to bump Java 20 GitHub Action job to Java 21-ea.
    
    ### Why are the changes needed?
    
    To be ready and monitor Java module for Java 21 support later.
    
    Java 21 Early Access Build was released on 2023/5/11.
    - https://jdk.java.net/21/
    
    ### How was this patch tested?
    
    Pass the CI.
    
    ![Screenshot 2023-05-17 at 3 02 21 
PM](https://github.com/apache/orc/assets/9700541/bc54abaa-2b8e-47f3-8534-d04ec4ffc863)
    
    Closes #1502 from dongjoon-hyun/ORC-1426.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 55f32119f33d3f3dc76bd23140909be413764b40)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .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 2ef3ae105..4fdc3d8b2 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -42,7 +42,7 @@ jobs:
             java: 8
             cxx: g++
           - os: ubuntu-20.04
-            java: 20
+            java: 21-ea
             cxx: g++
     env:
       MAVEN_OPTS: -Xmx2g

Reply via email to