changeset 780:3b09f0c93cdd

Oracle JDK is only supported for JDK 17 and later
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 28 Sep 2023 16:21:26 +0200 (19 months ago)
parents c134c1dfc223
children 71d32f1a4d60
files .github/workflows/jdkversions.yml
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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: