Skip to content

Commit fb7dbd6

Browse files
committed
CI: --add-opens for JDK 27 too
1 parent a2e4598 commit fb7dbd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/ci/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ cp_reflink() {
5252

5353
get_jvm_workaround_args() {
5454
case "$RENAISSANCE_JVM_MAJOR_VERSION" in
55-
1[6-9]|2[0-6]|26-ea)
55+
1[6-9]|2[0-7]|*-ea)
5656
echo "--add-opens=java.base/java.lang=ALL-UNNAMED"
5757
echo "--add-opens=java.base/java.lang.invoke=ALL-UNNAMED"
5858
echo "--add-opens=java.base/java.lang.reflect=ALL-UNNAMED"

0 commit comments

Comments
 (0)