Changeset: 3b09f0c93cdd for monetdb-java URL: https://dev.monetdb.org/hg/monetdb-java/rev/3b09f0c93cdd Modified Files: .github/workflows/jdkversions.yml Branch: default Log Message:
Oracle JDK is only supported for JDK 17 and later diffs (21 lines): diff --git a/.github/workflows/jdkversions.yml b/.github/workflows/jdkversions.yml --- a/.github/workflows/jdkversions.yml +++ b/.github/workflows/jdkversions.yml @@ -1,6 +1,8 @@ # This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven +# Note: Oracle JDK is only supported for JDK 17 and later + name: Test with various JDK versions on: [push] @@ -22,6 +24,8 @@ jobs: - 21 exclude: - distribution: oracle + java_version: 8 + - distribution: oracle java_version: 11 services: _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org