Changeset: 86417297dd9e for monetdb-java URL: https://dev.monetdb.org/hg/monetdb-java/rev/86417297dd9e Modified Files: .github/workflows/jdkversions.yml Branch: default Log Message:
Update used monetdb_container diffs (22 lines): diff --git a/.github/workflows/jdkversions.yml b/.github/workflows/jdkversions.yml --- a/.github/workflows/jdkversions.yml +++ b/.github/workflows/jdkversions.yml @@ -1,7 +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 +# or https://github.com/actions/checkout and https://github.com/actions/setup-java -# Note: Oracle JDK is only supported for JDK 17 and later +# Note: Oracle JDK is only supported for JDK 17, 21 and later name: Test with various JDK versions @@ -30,7 +31,7 @@ jobs: services: monetdb_container: - image: monetdb/dev-builds:Jun2023 + image: monetdb/dev-builds:Dec2023 env: MDB_DAEMON_PASS: monetdb MDB_DB_ADMIN_PASS: monetdb _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org