lburgazzoli commented on a change in pull request #1011: Fix native images issues on Java 11 URL: https://github.com/apache/camel-quarkus/pull/1011#discussion_r401585445
########## File path: .github/workflows/pr-build.yaml ########## @@ -64,7 +64,7 @@ jobs: needs: build strategy: matrix: - java: [ '11' , '12' ] + java: [ '8' , '12' ] Review comment: Yeah, I've just kept it to be sure it can still work thill we decide to abandon Java 8 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services