From 7500b72f572af9b91d7bb5ae6f47868232ab3f81 Mon Sep 17 00:00:00 2001 From: Shitikanth Kashyap Date: Thu, 26 Sep 2024 04:05:40 +0530 Subject: [PATCH] Fix problems with maven-verify --- .github/workflows/verify.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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