Skip to content

Commit 033b43c

Browse files
CI: keep testing on JDK 11.
1 parent e35a595 commit 033b43c

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.gitlab-ci.yml

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

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
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
109108

110109
test-jdk-x86:
111110
extends: .test-template

0 commit comments

Comments
 (0)