Changeset: 2eaf0abbda37 for monetdb-java URL: https://dev.monetdb.org/hg/monetdb-java/rev/2eaf0abbda37 Modified Files: .github/workflows/jdkversions.yml Branch: default Log Message:
Add clarification on JDK LTS releases diffs (13 lines): diff --git a/.github/workflows/jdkversions.yml b/.github/workflows/jdkversions.yml --- a/.github/workflows/jdkversions.yml +++ b/.github/workflows/jdkversions.yml @@ -2,7 +2,8 @@ # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven # or https://github.com/actions/checkout and https://github.com/actions/setup-java -# Note: Oracle JDK is only supported for JDK 17, 21 and later +# Note: JDK 8, 11, 17, 21 and 25 are Long-Term Support (LTS) releases and should always be tested against +# Note: Oracle JDK is not supported on GitHub actions for JDK 8 and 11, so they are excluded name: Test with various JDK versions _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
