You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2023/04/26 00:55:40 UTC

[orc] branch main updated: ORC-1415: Add Java 20 to GitHub CI

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

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


The following commit(s) were added to refs/heads/main by this push:
     new cd79029e4 ORC-1415: Add Java 20 to GitHub CI
cd79029e4 is described below

commit cd79029e41e9cfe434529f820e73900e6a72797e
Author: William Hyun <wi...@apache.org>
AuthorDate: Tue Apr 25 17:55:34 2023 -0700

    ORC-1415: Add Java 20 to GitHub CI
    
    ### What changes were proposed in this pull request?
    This PR aims to add Java 20 to GitHub CI tests.
    
    ### Why are the changes needed?
    To ensure the readiness of the next LTS Java version: 21.
    - https://www.oracle.com/java/technologies/javase/20all-relnotes.html
    
    ### How was this patch tested?
    Pass the CIs.
    
    Closes #1478 from williamhyun/java20.
    
    Authored-by: William Hyun <wi...@apache.org>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 .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 b1e88d0e5..9c516ef2b 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: 19
+            java: 20
             cxx: g++
     env:
       MAVEN_OPTS: -Xmx2g