slawekjaranowski commented on code in PR #207: URL: https://github.com/apache/maven-indexer/pull/207#discussion_r863644700
########## .github/workflows/maven-verify.yml: ########## @@ -25,5 +25,9 @@ jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2 + with: + ff-jdk: '17' + maven_version: 3.8.5 + jdk-matrix: '[ "17" ]' Review Comment: Why only 17? You can exclude only jdk 8 ``` matrix-exclude: > [ {"jdk": "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. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org