changeset 779:c134c1dfc223

Add java/jdk 21, remove old 14 and 19.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 28 Sep 2023 15:57:02 +0200 (19 months ago)
parents 12e076445cd6
children 3b09f0c93cdd
files .github/workflows/jdkversions.yml
diffstat 1 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/jdkversions.yml
+++ b/.github/workflows/jdkversions.yml
@@ -18,16 +18,11 @@ jobs:
         java_version:
           - 8
           - 11
-          - 14
           - 17
-          - 19
+          - 21
         exclude:
           - distribution: oracle
-            java_version: 8
-          - distribution: oracle
             java_version: 11
-          - distribution: oracle
-            java_version: 14
 
     services:
       monetdb_container: