# HG changeset patch # User Martin van Dinther <martin.van.dinther@monetdbsolutions.com> # Date 1712857679 -7200 # Node ID 3b215a009634e1c685921ae6f71078a4d02a6211 # Parent 86417297dd9e2796b3d173bcc67c219198ee8d8f Extend testing also against Jul2021 diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -1,5 +1,6 @@ # 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 name: MacOS diff --git a/.github/workflows/monetdbversions.yml b/.github/workflows/monetdbversions.yml --- a/.github/workflows/monetdbversions.yml +++ b/.github/workflows/monetdbversions.yml @@ -1,5 +1,6 @@ # 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 name: Test with various MonetDB versions @@ -13,6 +14,7 @@ jobs: fail-fast: false matrix: monetdbversion: + - "monetdb/dev-builds:Jul2021" - "monetdb/dev-builds:Jan2022" - "monetdb/dev-builds:Sep2022" - "monetdb/dev-builds:Jun2023"