leerho commented on code in PR #684: URL: https://github.com/apache/datasketches-java/pull/684#discussion_r2285757050
########## .github/workflows/auto-jdk-matrix.yml: ########## @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - jdk: [ 21 ] + jdk: [ 24 ] Review Comment: Thanks, but the problem I have had with -ea releases is that not all tools support them. Eclipse, for example, is really flaky with -ea releases and I've had trouble with GitHub Actions runners that don't recognize -ea releases. It is only a few more weeks until Java 25 is formally released :) -- 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: dev-unsubscr...@datasketches.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@datasketches.apache.org For additional commands, e-mail: dev-h...@datasketches.apache.org