MisterRaindrop commented on code in PR #72:
URL: https://github.com/apache/cloudberry-pxf/pull/72#discussion_r2893505623
##########
.github/workflows/pxf-ci.yml:
##########
@@ -113,6 +113,23 @@ jobs:
path: /tmp/singlecluster-image.tar
retention-days: 1
+ java-compatibility-test:
+ name: build-and-test with java v${{ matrix.Java }}
+ runs-on: ubuntu-latest
+ strategy:
+ matrix:
+ java: [ '8', '11', '17' ]
Review Comment:
`{ matrix.Java }` I see the task is already running, which means both
uppercase and lowercase are fine. However, it seems like the inconsistency in
capitalization might look better if unified. Of course, this is just a
suggestion.
--
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]