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 70c504c ORC-1145: Add Java 18 to GitHub Action CI 70c504c is described below commit 70c504cbd759342476d2fb2c9cc75a5025cb7c11 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> --- .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 53b4ce9..062696e 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