You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by yq...@apache.org on 2022/12/01 09:42:39 UTC

[orc] branch main updated: ORC-1324: Use Java 19 instead of 18 in GHA

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

yqzhang 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 b5d614ca3 ORC-1324: Use Java 19 instead of 18 in GHA
b5d614ca3 is described below

commit b5d614ca365eba24bdc39ac227d74aa99b487fc1
Author: William Hyun <wi...@apache.org>
AuthorDate: Thu Dec 1 01:42:33 2022 -0800

    ORC-1324: Use Java 19 instead of 18 in GHA
    
    ### What changes were proposed in this pull request?
    This PR aims to use Java 19 instead of Java 18 in GHA testing.
    
    ### Why are the changes needed?
    Java 19 is the latest version.
    
    ### How was this patch tested?
    Pass the new CIs.
---
 .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 890c5d5cf..a9b25c890 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -37,7 +37,7 @@ jobs:
             java: 1.8
             cxx: g++
           - os: ubuntu-20.04
-            java: 18
+            java: 19
             cxx: g++
     env:
       MAVEN_OPTS: -Xmx2g