Skip to content

Commit

Permalink
[MCOMPILER-523] Test with Maven 3.9.0 and fix the failing IT (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Feb 10, 2023
1 parent 3f95d39 commit f9b6bd0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "adopt-openj9" ]'
jdk-matrix: '[ "8", "11", "17", "18" ]' # "19-ea"
matrix-exclude: '[{ "jdk": "8", "distribution": "microsoft"},{ "jdk": "19-ea", "distribution": "microsoft"},{ "jdk": "18", "distribution": "microsoft"},{ "jdk": "19-ea", "distribution": "adopt-openj9"},]'
maven-matrix: '[ "3.3.9", "3.6.3", "3.8.6" ]' # Maven versions matrix for verify builds
maven-matrix: '[ "3.3.9", "3.8.7", "3.9.0" ]' # Maven versions matrix for verify builds
6 changes: 6 additions & 0 deletions src/it/MCOMPILER-481-requires-static-included/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ under the License.
<release>11</release>
</configuration>
</plugin>
<plugin>
<!-- TODO: This IT fails with surefire 3.x -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit f9b6bd0

Please sign in to comment.