mbien commented on code in PR #8482: URL: https://github.com/apache/netbeans/pull/8482#discussion_r2095313004
########## .github/workflows/main.yml: ########## @@ -60,9 +60,16 @@ env: # what to build and test, see nbbuild/cluster.properties CLUSTER_CONFIG: 'full' - # default java distribution used by the setup-java action + # default java distribution used by the setup-java action across jobs # see https://github.com/actions/setup-java#supported-distributions - DEFAULT_JAVA_DISTRIBUTION: 'zulu' + # CI requirements: + # - timely GA releases (no delays if possible) + # - EA builds must be available for the upcomming release (note: some vendors skip builds) + # - linux, win, mac (arm) + # - reliable / no extra sauce + DEFAULT_JAVA_DISTRIBUTION: 'temurin' +# DEFAULT_JAVA_DISTRIBUTION: 'sapmachine' +# DEFAULT_JAVA_DISTRIBUTION: 'zulu' Review Comment: IMO: I rather switch everything periodically instead of using a different vendor for EA/GA (fixed typo, thanks!) -- 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: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists