Mercurial > hg > monetdb-java
changeset 971:cddabb01fe12
Extend github workflows to test against JDK24 and MonetDB Mar2025 release
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 10 Apr 2025 13:51:05 +0200 (9 days ago) |
parents | f90d811e97eb |
children | f19623e0f527 |
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 @@ -25,6 +25,7 @@ jobs: - 21 - 22 - 23 + - 24 exclude: - distribution: oracle java_version: 8 @@ -33,7 +34,7 @@ jobs: services: monetdb_container: - image: monetdb/dev-builds:Aug2024 + image: monetdb/dev-builds:Mar2025 env: MDB_DAEMON_PASS: monetdb MDB_DB_ADMIN_PASS: monetdb