ostinru commented on code in PR #72:
URL: https://github.com/apache/cloudberry-pxf/pull/72#discussion_r2903685111
##########
.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:
Thank you for thoughtful review!
--
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]