Skip to content

Commit 6e20af4

Browse files
committed
Upgrade CI image to Java 23ea17
1 parent c68c62b commit 6e20af4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/images/get-jdk-url.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ case "$1" in
99
echo "https://github.com/bell-sw/Liberica/releases/download/21.0.2%2B14/bellsoft-jdk21.0.2+14-linux-amd64.tar.gz"
1010
;;
1111
java23)
12-
echo "https://download.java.net/java/early_access/jdk23/10/GPL/openjdk-23-ea+10_linux-x64_bin.tar.gz"
12+
echo "https://download.java.net/java/early_access/jdk23/17/GPL/openjdk-23-ea+17_linux-x64_bin.tar.gz"
1313
;;
1414
*)
1515
echo $"Unknown java version"

ci/images/setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ curl https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.4/c
2020

2121
mkdir -p /opt/openjdk
2222
pushd /opt/openjdk > /dev/null
23-
for jdk in java17 java21 java22
23+
for jdk in java17 java21 java23
2424
do
2525
JDK_URL=$( /get-jdk-url.sh $jdk )
2626
mkdir $jdk

0 commit comments

Comments
 (0)