mbien commented on code in PR #113: URL: https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/pull/113#discussion_r1382476451
########## .github/workflows/ci.yml: ########## @@ -0,0 +1,23 @@ +name: Verify + +on: + push: + branches: + - master + pull_request: + +jobs: + build: + runs-on: ubuntu-latest + strategy: + matrix: + java: [ 8, 11, 17 ] Review Comment: no worries, if it fails its fine. I noticed I used an old copy of the repo since I was testing something else while checking. edit: i checked out a fresh clone and `clean install` seems to be working on JDK 21 -- 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] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
