Skip to content

Commit 768c7d0

Browse files
CI: test JDK 21 #215
1 parent ca2fd76 commit 768c7d0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ test-jdk-8:
127127
variables:
128128
TEST_JDK: 8
129129

130-
# JDK 11 is the next oldest LTS release.
131-
test-jdk-11:
130+
# JDK 17 is the default of the current build image, so test the latest LTS JDK 21
131+
test-jdk-21:
132132
extends: .test-asan-template
133133
needs: ["test-jdk-8"]
134134
variables:
135-
TEST_JDK: 11
135+
TEST_JDK: 21
136136

137137
test-jdk-x86:
138138
extends: .test-template

0 commit comments

Comments
 (0)