We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d08e14c commit 27cafe6Copy full SHA for 27cafe6
.github/workflows/maven-verify.yml
@@ -31,4 +31,4 @@ jobs:
31
ff-jdk: "20"
32
jdk-matrix: '[ "8", "11", "17", "20" ]'
33
matrix-exclude: '[{ "jdk": "8", "distribution": "microsoft"},{ "jdk": "20", "distribution": "microsoft"},{ "jdk": "20", "distribution": "adopt-openj9"},]'
34
- maven-matrix: '[ "3.3.9", "3.8.8", "3.9.2" ]' # Maven versions matrix for verify builds
+ maven-matrix: '[ "3.6.3", "3.8.8", "3.9.5" ]' # Maven versions matrix for verify builds
0 commit comments