Mercurial > hg > monetdb-java
changeset 893:3b215a009634
Extend testing also against Jul2021
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 11 Apr 2024 19:47:59 +0200 (12 months ago) |
parents | 86417297dd9e |
children | 07a4998898a8 |
files | .github/workflows/macos.yml .github/workflows/monetdbversions.yml |
diffstat | 2 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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"