We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d9ba3 commit 6e812b9Copy full SHA for 6e812b9
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
build:
11
name: Verify
12
- uses: maveniverse/parent/.github/workflows/ci.yml@release-22
+ uses: maveniverse/parent/.github/workflows/ci.yml@release-24
13
with:
14
jdk-matrix: '[ "11", "21" ]'
15
maven-test: './mvnw clean verify -e -B -V -P run-its -rf :it'
pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>eu.maveniverse.maven.parent</groupId>
16
<artifactId>parent</artifactId>
17
- <version>22</version>
+ <version>24</version>
18
</parent>
19
20
<groupId>eu.maveniverse.maven.toolbox</groupId>
0 commit comments