Copilot commented on code in PR #15355:
URL: https://github.com/apache/grails-core/pull/15355#discussion_r2732603067
##########
.github/workflows/gradle.yml:
##########
@@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- java: [ 17, 21 ]
+ java: [ 17, 25 ]
Review Comment:
The PR description states "Update CI Java matrix to test with Java 17, 21,
and 25", but the actual changes show that Java 21 was removed from several test
matrices (buildGradle, mongodbFunctional, and hibernate5Functional) and
replaced with Java 25, rather than adding Java 25 alongside Java 21. The
description should clarify that some matrices no longer test with Java 21, or
if this was unintentional, Java 21 should be retained.
--
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]