Skip to content

Commit

Permalink
Remove java17 from the matrix of 2nd phase of unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat-Jain committed Nov 21, 2024
1 parent 0286898 commit 3cd2e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-and-integration-tests-unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
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', '21.0.4' ]
name: "unit tests (jdk${{ matrix.jdk }}, sql-compat=true)"
uses: ./.github/workflows/unit-tests.yml
needs: unit-tests
Expand Down

0 comments on commit 3cd2e6d

Please sign in to comment.