We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c205bc4 commit 2198db1Copy full SHA for 2198db1
.github/workflows/ci.yml
@@ -11,5 +11,6 @@ jobs:
11
name: Verify
12
uses: maveniverse/parent/.github/workflows/ci.yml@release-26
13
with:
14
+ maven-matrix: '[ "3.9.9" ]' # the IT does matrix mvn3 + mvn4; for running 3.9.9 is enough
15
maven-test: './mvnw clean verify -e -B -V -P run-its -f it'
16
0 commit comments