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 9d41b75 commit 51a7a33Copy full SHA for 51a7a33
.gitlab-ci.yml
@@ -99,12 +99,13 @@ test-jdk-8:
99
variables:
100
TEST_JDK: 8
101
102
+# JDK 17 is currently the default of the build image. JDK 21 LTS will arrive around September 2023.
103
# JDK 17 is the latest LTS release.
-test-jdk-17:
104
- extends: .test-asan-template
105
- needs: ["test-jdk-8"]
106
- variables:
107
- TEST_JDK: 17
+#test-jdk-17:
+# extends: .test-asan-template
+# needs: ["test-jdk-8"]
+# variables:
108
+# TEST_JDK: 17
109
110
test-jdk-x86:
111
extends: .test-template
0 commit comments