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 <will...@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 <dongj...@apache.org> (cherry picked from commit 70c504cbd759342476d2fb2c9cc75a5025cb7c11) Signed-off-by: Dongjoon Hyun <dongj...@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