Changeset: 3b215a009634 for monetdb-java
URL: https://dev.monetdb.org/hg/monetdb-java/rev/3b215a009634
Modified Files:
        .github/workflows/macos.yml
        .github/workflows/monetdbversions.yml
Branch: default
Log Message:

Extend testing also against Jul2021


diffs (28 lines):

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"
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to