Skip to content

Commit 5acac1c

Browse files
committed
Update to parent 38
And return Java 8 to CI matrix
1 parent 9286cd1 commit 5acac1c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ on:
99
jobs:
1010
build:
1111
name: Verify
12-
uses: maveniverse/parent/.github/workflows/ci.yml@release-37
12+
uses: maveniverse/parent/.github/workflows/ci.yml@release-38
1313
with:
1414
maven-matrix: '[ "3.9.9" ]' # the IT does mvn matrix
15-
jdk-matrix: '[ "11", "21", "24" ]'
1615
maven-test: './mvnw clean verify -e -B -V -P run-its -f it'
1716

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>eu.maveniverse.maven.parent</groupId>
1616
<artifactId>parent</artifactId>
17-
<version>37</version>
17+
<version>38</version>
1818
</parent>
1919

2020
<groupId>eu.maveniverse.maven.zippy</groupId>

0 commit comments

Comments
 (0)