# HG changeset patch # User Martin van Dinther <martin.van.dinther@monetdbsolutions.com> # Date 1729761279 -7200 # Node ID 8611e23d2771575d70104820f3d82bd9c9a5b43f # Parent ea15f10eaa61821e568e0d0a8fb36358d1c08c89 Add testing against Aug2024 release and JDK 23 release diff --git a/.github/workflows/jdkversions.yml b/.github/workflows/jdkversions.yml --- 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 diff --git a/.github/workflows/monetdbversions.yml b/.github/workflows/monetdbversions.yml --- 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: