Skip to content

Commit

Permalink
ORC-1507: Use Zulu JDK distribution and switch from 21-ea to 21
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR aims to use `Zulu` JDK distribution instead of `Eclipse Temurin` because Java 21 is not ready in `Temurin` yet.

### Why are the changes needed?

To have Java 21 test coverage.

![Screenshot 2023-09-20 at 9 40 28 AM](https://github.com/apache/orc/assets/9700541/0dbb38ba-34a7-4180-9608-e577bb3023e2)

### How was this patch tested?

Pass the CIs.

Closes apache#1620 from dongjoon-hyun/ORC-1507.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
dongjoon-hyun authored and cxzl25 committed Jan 11, 2024
1 parent 0b57d05 commit aed3118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
java: 8
cxx: g++
- os: ubuntu-20.04
java: 21-ea
java: 21
cxx: g++
env:
MAVEN_OPTS: -Xmx2g
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Install Java ${{ matrix.java }}
uses: actions/setup-java@v3
with:
distribution: temurin
distribution: zulu
java-version: ${{ matrix.java }}
- name: "Test"
run: |
Expand Down

0 comments on commit aed3118

Please sign in to comment.