neilcsmith-net commented on code in PR #45:
URL: https://github.com/apache/netbeans-jackpot30/pull/45#discussion_r3217361927
##########
.github/workflows/main.yml:
##########
@@ -46,13 +46,7 @@ jobs:
- name: Set up Ubuntu dependencies
run: |
sudo apt update
- sudo apt install openjdk-17-jdk openjdk-21-jdk
-
- - name: Set up latest JDK 25 from jdk.java.net
- uses:
oracle-actions/setup-java@fff43251af9936a0e6a4d5d0946e14f1680e9b6b # v1.5.0
- with:
- website: jdk.java.net
- release: 25
+ sudo apt install openjdk-17-jdk openjdk-21-jdk openjdk-25-jdk
Review Comment:
I'm not sure. Everywhere else we're using `actions/setup-java`. Why is
this different? Could use
https://github.com/actions/setup-java#install-multiple-jdks for this?
--
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