SbloodyS commented on code in PR #15303:
URL:
https://github.com/apache/dolphinscheduler/pull/15303#discussion_r1423347006
##########
.github/workflows/e2e-k8s.yml:
##########
@@ -47,11 +47,19 @@ jobs:
needs: paths-filter
if: ${{ (needs.paths-filter.outputs.not-ignore == 'true') ||
(github.event_name == 'push') }}
runs-on: ubuntu-latest
+ strategy:
+ matrix:
+ java: [ '8', '11' ]
Review Comment:
> Adding JDK 11 to this job might not have much effect, as the current
Docker image only supports JDK 8. Unless we also build a Docker image for JDK
11. We welcome your contribution of a JDK 11 image.
This is as the same as e2e.
--
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]