Skip to content

Commit b499806

Browse files
Copilotabdurriq
andcommitted
Update Java version test to check for version 25
Co-authored-by: abdurriq <[email protected]>
1 parent 0b07943 commit b499806

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/java/install_latest_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo 'public class HelloWorld { public static void main(String[] args) { System.
99
javac HelloWorld.java
1010

1111
check "hello world" /bin/bash -c "java HelloWorld | grep "Hello, World!""
12-
check "java version latest installed" grep "24" <(java --version)
12+
check "java version latest installed" grep "25" <(java --version)
1313

1414
# Report result
1515
reportResults

0 commit comments

Comments
 (0)