eric-milles commented on code in PR #2346:
URL: https://github.com/apache/groovy/pull/2346#discussion_r2574110672
##########
.github/workflows/groovy-build-test.yml:
##########
@@ -35,13 +35,11 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
- java-version: |
- ${{ matrix.java }}
- 17
Review Comment:
This was designed to provide Java from the matrix list plus Java 17 for the
main build. It already feeds Java 2x to the tests on line 44.
--
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]