You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2021/11/16 20:45:01 UTC

[GitHub] [couchdb-erlfdb] nickva commented on a change in pull request #35: Automate execution of binding tests, support API 630

nickva commented on a change in pull request #35:
URL: https://github.com/apache/couchdb-erlfdb/pull/35#discussion_r750647468



##########
File path: .github/workflows/ci.yml
##########
@@ -90,3 +90,47 @@ jobs:
         if: ${{ failure() }}
         with:
           limit-access-to-actor: true
+
+  binding_tester:
+    runs-on: ubuntu-latest
+    strategy:
+      matrix:
+        test-name: [api, directory, directory_hca, tuple]
+        api-version: [610, 620, 630]

Review comment:
       Do we know it works with 610. I'd be ok restricting it to 620 as the lowest version if we don't actively test 6.1.x clients.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org