rohityadavcloud commented on code in PR #8609:
URL: https://github.com/apache/cloudstack/pull/8609#discussion_r1694696580
##########
.github/workflows/ci.yml:
##########
@@ -217,15 +217,15 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
- java-version: '11'
+ java-version: '17'
Review Comment:
cc @weizhouapache I think keeping the build.yaml to build with JDK11 and the
ci.yml with JDK17 would simulate against new env using JRE17 (while code can
still be built with JDK11).
--
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]