klion26 commented on code in PR #3532:
URL: https://github.com/apache/amoro/pull/3532#discussion_r2063018790
##########
.github/workflows/core-hadoop2-ci.yml:
##########
@@ -38,10 +38,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- - name: Set up JDK 8
+ - name: Set up JDK 11
Review Comment:
Do we still need the CI of JDK8?
After the change, it seems that we can't guarantee that Amoro can still work
on JDK8.
IIUC, we need to support running CI on both JDK8 and JDK11 when we start
deprecating JDK8, and the CI of JDK8 can be removed when we no longer support
JDK8.
--
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]