We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2fd76 commit 768c7d0Copy full SHA for 768c7d0
1 file changed
.gitlab-ci.yml
@@ -127,12 +127,12 @@ test-jdk-8:
127
variables:
128
TEST_JDK: 8
129
130
-# JDK 11 is the next oldest LTS release.
131
-test-jdk-11:
+# JDK 17 is the default of the current build image, so test the latest LTS JDK 21
+test-jdk-21:
132
extends: .test-asan-template
133
needs: ["test-jdk-8"]
134
135
- TEST_JDK: 11
+ TEST_JDK: 21
136
137
test-jdk-x86:
138
extends: .test-template
0 commit comments