adoroszlai commented on code in PR #9640:
URL: https://github.com/apache/ozone/pull/9640#discussion_r2777672041
##########
.github/workflows/ci.yml:
##########
@@ -134,7 +134,7 @@ jobs:
if: needs.build-info.outputs.needs-compile == 'true'
strategy:
matrix:
- java: [ 8, 11, 17 ]
+ java: [ 17 ]
Review Comment:
> Is it possible to run test using JDK 17 to start the servers and JDK 8 to
run the clients?
Good idea, started working on that (HDDS-14579, HDDS-14581). Converting
this to draft until test coverage with Java 8 is added.
--
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]