Skip to content

Commit 71258cc

Browse files
committed
Restore testing againt Java 21 on CI.
Our release tools pushed out an update to our pipeline.properties. Because Java 21 hasn't been updated (yet) there, it overwrote our testing against Java 21. This should reinstate things until we can roll this out everywhere. See #2993, #2950
1 parent 36accbb commit 71258cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/pipeline.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Java versions
22
java.main.tag=17.0.7_7-jdk-focal
3-
java.next.tag=20-jdk-jammy
3+
java.next.tag=21-jdk-bullseye
44

55
# Docker container images - standard
66
docker.java.main.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin:${java.main.tag}
7-
docker.java.next.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin:${java.next.tag}
7+
docker.java.next.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/openjdk:${java.next.tag}
88

99
# Supported versions of MongoDB
1010
docker.mongodb.4.4.version=4.4.22

0 commit comments

Comments
 (0)