diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index a79cbf7..0ed616c 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -9,4 +9,9 @@ on: jobs: build: name: Verify - uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 \ No newline at end of file + uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 + with: + ff-site-run: false + os-matrix: '[ "ubuntu-latest" ]' + jdk-matrix: '[ "11", "17", "21" ]' + jdk-distribution-matrix: '[ "temurin" ]' \ No newline at end of file