Skip to content

Commit 464ff07

Browse files
committed
Fix build that test JDK 25 early access
1 parent 3d9861a commit 464ff07

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/check_java_ea_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
set -e
1818

1919
# Keep this version in sync with docker-compose.centos-7.25.yaml
20-
export EXPECTED_VERSION='25.ea.31'
20+
export EXPECTED_VERSION='25.ea.35'
2121

2222
curl -s "https://get.sdkman.io" | bash
2323
source "$HOME/.sdkman/bin/sdkman-init.sh"

docker/docker-compose.centos-7.25.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
image: netty:centos-7-25
77
build:
88
args:
9-
java_version : "25.ea.31-open"
9+
java_version : "25.ea.35-open"
1010

1111
build:
1212
image: netty:centos-7-25

0 commit comments

Comments
 (0)