We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc75c0 commit 736dad2Copy full SHA for 736dad2
.github/workflows/maven-verify.yml
@@ -30,4 +30,4 @@ jobs:
30
jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "liberica", "adopt-openj9" ]'
31
jdk-matrix: '[ "8", "11", "17", "18", "19-ea" ]'
32
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.2.5", "3.6.3", "3.8.6" ]' # Maven versions matrix for verify builds
+ maven-matrix: '[ "3.3.9", "3.6.3", "3.8.6" ]' # Maven versions matrix for verify builds
0 commit comments