We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9286cd1 commit 5acac1cCopy full SHA for 5acac1c
.github/workflows/ci.yml
@@ -9,9 +9,8 @@ on:
9
jobs:
10
build:
11
name: Verify
12
- uses: maveniverse/parent/.github/workflows/ci.yml@release-37
+ uses: maveniverse/parent/.github/workflows/ci.yml@release-38
13
with:
14
maven-matrix: '[ "3.9.9" ]' # the IT does mvn matrix
15
- jdk-matrix: '[ "11", "21", "24" ]'
16
maven-test: './mvnw clean verify -e -B -V -P run-its -f it'
17
pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>eu.maveniverse.maven.parent</groupId>
<artifactId>parent</artifactId>
- <version>37</version>
+ <version>38</version>
18
</parent>
19
20
<groupId>eu.maveniverse.maven.zippy</groupId>
0 commit comments