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 2022/04/03 02:12:15 UTC

[orc] branch branch-1.7 updated: ORC-1145: Add Java 18 to GitHub Action CI

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

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


The following commit(s) were added to refs/heads/branch-1.7 by this push:
     new 99f3c75  ORC-1145: Add Java 18 to GitHub Action CI
99f3c75 is described below

commit 99f3c75c0bf00be558affe37ca7717870cdbe0c3
Author: William Hyun <wi...@apache.org>
AuthorDate: Sat Apr 2 16:40:19 2022 -0700

    ORC-1145: Add Java 18 to GitHub Action CI
    
    Closes #1074
    
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    (cherry picked from commit 70c504cbd759342476d2fb2c9cc75a5025cb7c11)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 .github/workflows/build_and_test.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index 404300c..ec4b988 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -29,6 +29,9 @@ jobs:
           - os: ubuntu-20.04
             java: 1.8
             cxx: g++
+          - os: ubuntu-20.04
+            java: 18
+            cxx: g++
     env:
       MAVEN_OPTS: -Xmx2g
       MAVEN_SKIP_RC: true