Skip to content

Commit f9b6bd0

Browse files
authored
[MCOMPILER-523] Test with Maven 3.9.0 and fix the failing IT (#176)
1 parent 3f95d39 commit f9b6bd0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/maven-verify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "adopt-openj9" ]'
3131
jdk-matrix: '[ "8", "11", "17", "18" ]' # "19-ea"
3232
matrix-exclude: '[{ "jdk": "8", "distribution": "microsoft"},{ "jdk": "19-ea", "distribution": "microsoft"},{ "jdk": "18", "distribution": "microsoft"},{ "jdk": "19-ea", "distribution": "adopt-openj9"},]'
33-
maven-matrix: '[ "3.3.9", "3.6.3", "3.8.6" ]' # Maven versions matrix for verify builds
33+
maven-matrix: '[ "3.3.9", "3.8.7", "3.9.0" ]' # Maven versions matrix for verify builds

src/it/MCOMPILER-481-requires-static-included/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ under the License.
4848
<release>11</release>
4949
</configuration>
5050
</plugin>
51+
<plugin>
52+
<!-- TODO: This IT fails with surefire 3.x -->
53+
<groupId>org.apache.maven.plugins</groupId>
54+
<artifactId>maven-surefire-plugin</artifactId>
55+
<version>2.22.2</version>
56+
</plugin>
5157
</plugins>
5258
</pluginManagement>
5359
</build>

0 commit comments

Comments
 (0)