Skip to content

Commit

Permalink
Run JDK 21 workflows with latest JDK. (#17694)
Browse files Browse the repository at this point in the history
Reverts PR #17458.
  • Loading branch information
gianm authored Feb 3, 2025
1 parent 0be9815 commit 31ede5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# Use JDK 21.0.4 to work around https://github.com/apache/druid/issues/17429
java: [ '11', '17', '21.0.4' ]
java: [ '11', '17', '21' ]
runs-on: ubuntu-latest
steps:
- name: checkout branch
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/unit-and-integration-tests-unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# Use JDK 21.0.4 to work around https://github.com/apache/druid/issues/17429
jdk: [ '11', '17', '21.0.4' ]
jdk: [ '11', '17', '21' ]
runs-on: ubuntu-latest
steps:
- name: Checkout branch
Expand Down Expand Up @@ -211,8 +210,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# Use JDK 21.0.4 to work around https://github.com/apache/druid/issues/17429
jdk: [ '11', '21.0.4' ]
jdk: [ '11', '21' ]
name: "unit tests (jdk${{ matrix.jdk }})"
uses: ./.github/workflows/unit-tests.yml
needs: [unit-tests-unapproved, check-approval]
Expand Down

0 comments on commit 31ede5c

Please sign in to comment.