mbien commented on code in PR #7248:
URL: https://github.com/apache/netbeans/pull/7248#discussion_r1554628214
##########
.github/workflows/main.yml:
##########
@@ -2618,9 +2618,9 @@ jobs:
- name: Setup GraalVM {{ matrix.graal }}
run: |
-
URL=https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-${{
matrix.graal }}/graalvm-ce-java11-linux-amd64-${{ matrix.graal }}.tar.gz
+
URL=https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-${{
matrix.graal }}/graalvm-ce-java17-linux-amd64-${{ matrix.graal }}.tar.gz
curl -L $URL | tar -xz
- GRAALVM=`pwd`/graalvm-ce-java11-${{ matrix.graal }}
+ GRAALVM=`pwd`/graalvm-ce-java17-${{ matrix.graal }}
echo "JAVA_HOME=$GRAALVM" >> $GITHUB_ENV
Review Comment:
https://github.com/apache/netbeans/pull/6369 essentially bumped the version
as far as possible already
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists