Hi all, In my clone of Netbeans, I've been experimenting with using a GitHub Action that will enable us to check that NetBeans still builds successfully after each pull request that we do -- using a matrix enabling us to set multiple JDK versions and multiple JDK distros (currently that can only be 'temurin' and 'zulu').
Take a look at it here, I've set it up only for the Linux build: https://github.com/geertjanw/netbeans/runs/3472522715 What do we think about this? Seems like a logical thing for us to integrate and it's trivial to do in the workflow that we already have, I'd add a few extra lines to enable this. Thanks, Gj
