Skip to content

Commit 032f762

Browse files
committed
Downgrade CI testing for 2.7.x.
Spring Data JPA 2.7.x doesn't work very well on Java 20 without several other changes so we're downgrading CI testing to Java 8/11/17. See #3031
1 parent af90cbb commit 032f762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/pipeline.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Java versions
22
java.main.tag=8u382-b05-jdk-focal
3-
java.next.tag=20-jdk-jammy
4-
java.lts.tag=17.0.8_7-jdk-focal
3+
java.next.tag=11.0.18_10-jdk-focal
4+
java.lts.tag=17.0.7_7-jdk-focal
55

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

0 commit comments

Comments
 (0)