#JUnit 5.12 will support user-defined #Java versions in condition annotations.
This is useful when running tests on a JVM not yet supported by the JRE enum constants like JAVA_26. For example:
@EnabledOnJre(versions={25,26})
@EnabledForJreRange(minVersion=26)
https://junit.org/junit5/docs/snapshot/user-guide/#writing-tests-conditional-execution-jre