Skip to content

Commit ab3352c

Browse files
committed
Update CI
1 parent cb7fb76 commit ab3352c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/maven-verify.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
name: Verify
2727
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
2828
with:
29+
ff-run: false
2930
ff-site-run: false
30-
maven-matrix: '[ "3.9.9" ]'
31-
32-
31+
maven-matrix: '[ "3.9.11" ]'
32+
maven4-enabled: true
33+
jdk-matrix: '[ "21", "25", "8" ]'

0 commit comments

Comments
 (0)