-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): Grails 7 grails-forge update JDK options to 17, 21 and 23 #400
Conversation
I'm thinking about how this would work in CI when running the tests, if we were to use a matrix for building and/or running the tests. Is there any value in running the tests in this project with 17, 21 and 23 and in that case is it feasible with generating the apps in the tests with |
If we put matrix java back in place that makes sense to exercise the different versions. I was worried about these tests failing locally if you happened to be on say Java 19 or 22, but that is pretty unlikely. |
…tingSystem) method
defaults to
System.getProperty("java.version")
for tests.Adding Java 23 (same applies to 22) to matix.java will likely need to wait on #391
https://github.com/grails/grails-forge/pull/400/files#diff-4c087648fbb704b0cc106eebfff7779856a6af4a6987e919debdd3afd1fdf7bbR15
Grails 7 supports 23, but grails-forge does not yet
also