Skip to content

Commit dcebe0f

Browse files
committed
Adjust CI to defaults
1 parent 0a449d2 commit dcebe0f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/maven-verify-3.9.x.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
2828
with:
2929
maven-args: '-D"maven.test.redirectTestOutputToFile=false -Pmaven3"'
30-
maven-matrix: '[ "3.9.9" ]'
31-
jdk-matrix: '[ "11", "17", "21" ]'
30+
maven4-enabled: false
31+
matrix-exclude: '[ {"jdk": "8"} ]'
3232
ff-goal: '-P run-its verify javadoc:jar'
3333
verify-goal: '-P run-its verify javadoc:jar'
3434

.github/workflows/maven-verify.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
2828
with:
2929
maven-args: '-D"maven.test.redirectTestOutputToFile=false"'
30-
maven-matrix: '[ "3.9.9", "4.0.0-rc-3" ]'
3130
maven4-enabled: true
3231
matrix-exclude: '[ {"jdk": "8"} ]'
3332
ff-goal: '-P run-its verify javadoc:jar'

0 commit comments

Comments
 (0)