Skip to content

Commit

Permalink
Extend testing also against Jul2021
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdvm committed Apr 11, 2024
1 parent 7dc7f14 commit 4a33572
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/monetdbversions.yml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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"
Expand Down

0 comments on commit 4a33572

Please sign in to comment.