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 f14cb40 commit cf787fdCopy full SHA for cf787fd
.github/matrix-jvm-tests.json
@@ -20,9 +20,9 @@
20
"os-name": "ubuntu-latest"
21
}
22
, {
23
- "name": "11 Windows",
24
- "java-version": 11,
+ "name": "17 Windows",
+ "java-version": 17,
25
"maven_args": "-DskipDocs -Dformat.skip",
26
- "maven_opts": "-Xmx2g -XX:MaxMetaspaceSize=1g -Xlog:gc*=debug:file=windows-java-11.txt",
+ "maven_opts": "-Xmx2g -XX:MaxMetaspaceSize=1g -Xlog:gc*=debug:file=windows-java-17.txt",
27
"os-name": "windows-latest"
28
}]
0 commit comments