Skip to content

Commit

Permalink
Fix problems with maven-verify
Browse files Browse the repository at this point in the history
  • Loading branch information
shitikanth committed Sep 25, 2024
1 parent 383bad1 commit 7500b72
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@ on:
jobs:
build:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
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" ]'

0 comments on commit 7500b72

Please sign in to comment.