Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 37002d0

Browse files
committed
test: confirm behavior of GraalVM 25
1 parent a8caf96 commit 37002d0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.kokoro/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ integration)
7272
;;
7373
graalvm)
7474
# Run Unit and Integration Tests with Native Image
75+
curl -s "https://get.sdkman.io" | bash
76+
sdk install java 25-graalce
77+
java -version
7578
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test
7679
RETURN_CODE=$?
7780
;;

0 commit comments

Comments
 (0)