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 e35a595 commit 033b43cCopy full SHA for 033b43c
.gitlab-ci.yml
@@ -99,13 +99,12 @@ 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.
104
-#test-jdk-17:
105
-# extends: .test-asan-template
106
-# needs: ["test-jdk-8"]
107
-# variables:
108
-# TEST_JDK: 17
+# JDK 11 is the next oldest LTS release.
+test-jdk-11:
+ extends: .test-asan-template
+ needs: ["test-jdk-8"]
+ variables:
+ TEST_JDK: 11
109
110
test-jdk-x86:
111
extends: .test-template
0 commit comments