Skip to content

Commit 8d15a7f

Browse files
Revert "CI: keep testing on JDK 11."
This reverts commit d752f9b.
1 parent d752f9b commit 8d15a7f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,13 @@ test-jdk-8:
9999
variables:
100100
TEST_JDK: 8
101101

102-
# JDK 11 is the next oldest LTS release.
103-
test-jdk-11:
104-
extends: .test-asan-template
105-
needs: ["test-jdk-8"]
106-
variables:
107-
TEST_JDK: 11
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
108109

109110
test-jdk-x86:
110111
extends: .test-template

0 commit comments

Comments
 (0)