clintropolis commented on code in PR #17466:
URL: https://github.com/apache/druid/pull/17466#discussion_r1841977047


##########
.github/workflows/revised-its.yml:
##########
@@ -86,8 +86,8 @@ jobs:
     uses: ./.github/workflows/reusable-revised-its.yml
     if: ${{ needs.changes.outputs.core == 'true' || 
needs.changes.outputs.common-extensions == 'true' }}
     with:
-      build_jdk: 8
-      runtime_jdk: 11
+      build_jdk: 11
+      runtime_jdk: 17

Review Comment:
   iirc this was originally done after we first added support for java versions 
greater than 8 to make sure stuff build in different versions worked as 
expected, i don't think we need mixed images like this anymore



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to