Skip to content

Commit

Permalink
[CALCITE-6093] Use JDK19 for druid tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JiajunBernoulli committed Dec 3, 2023
1 parent bd7d4e8 commit 870c8b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -429,10 +429,10 @@ jobs:
name: 'Druid Tests'
runs-on: ubuntu-latest
steps:
- name: 'Set up JDK 17'
- name: 'Set up JDK 19'
uses: actions/setup-java@v2
with:
java-version: 17
java-version: 19
distribution: 'zulu'
- name: 'Checkout Druid dataset'
uses: actions/checkout@v3
Expand Down

0 comments on commit 870c8b7

Please sign in to comment.