Skip to content

Commit d5f4c74

Browse files
authored
Remove Java 20 part 1 (#15359)
1 parent c277182 commit d5f4c74

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

smoke-tests/images/servlet/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ val targets = mapOf(
3333
"liberty" to listOf(
3434
ImageTarget(listOf("20.0.0.12"), listOf("hotspot", "openj9"), listOf("8", "11"), mapOf("release" to "2020-11-11_0736")),
3535
ImageTarget(listOf("21.0.0.12"), listOf("hotspot", "openj9"), listOf("8", "11", "17"), mapOf("release" to "2021-11-17_1256")),
36-
// Java 19 is not supported until 22.0.0.10
3736
ImageTarget(listOf("22.0.0.12"), listOf("hotspot", "openj9"), listOf("8", "11", "17"), mapOf("release" to "22.0.0.12")),
38-
// Java 21 is not supported until 23.0.0.3 - despite that only 20 seems to work
39-
ImageTarget(listOf("23.0.0.12"), listOf("hotspot", "openj9"), listOf("8", "11", "17", "20"), mapOf("release" to "23.0.0.12")),
37+
ImageTarget(listOf("23.0.0.12"), listOf("hotspot", "openj9"), listOf("8", "11", "17", "20", "21"), mapOf("release" to "23.0.0.12")),
4038
),
4139
"payara" to listOf(
4240
ImageTarget(listOf("5.2020.6", "5.2021.8"), listOf("hotspot", "openj9"), listOf("8", "11")),

0 commit comments

Comments
 (0)