changeset 930:8611e23d2771

Add testing against Aug2024 release and JDK 23 release
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 24 Oct 2024 11:14:39 +0200 (5 months ago)
parents ea15f10eaa61
children df18aa5c8a61
files .github/workflows/jdkversions.yml .github/workflows/monetdbversions.yml
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/jdkversions.yml
+++ b/.github/workflows/jdkversions.yml
@@ -24,6 +24,7 @@ jobs:
           - 17
           - 21
           - 22
+          - 23
         exclude:
           - distribution: oracle
             java_version: 8
@@ -32,7 +33,7 @@ jobs:
 
     services:
       monetdb_container:
-        image: monetdb/dev-builds:Dec2023
+        image: monetdb/dev-builds:Aug2024
         env:
           MDB_DAEMON_PASS: monetdb
           MDB_DB_ADMIN_PASS: monetdb
--- a/.github/workflows/monetdbversions.yml
+++ b/.github/workflows/monetdbversions.yml
@@ -18,6 +18,7 @@ jobs:
           - "monetdb/dev-builds:Sep2022"
           - "monetdb/dev-builds:Jun2023"
           - "monetdb/dev-builds:Dec2023"
+          - "monetdb/dev-builds:Aug2024"
           - "monetdb/dev-builds:default"
 
     services: