diff --git a/.github/actions/install-couchdb/action.yml b/.github/actions/install-couchdb/action.yml index 42721a640a..639ab782c5 100644 --- a/.github/actions/install-couchdb/action.yml +++ b/.github/actions/install-couchdb/action.yml @@ -5,7 +5,7 @@ inputs: couchdb-version: description: the version of CouchDB to install required: false - default: '3.1' + default: '3.4' runs: using: composite diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 036e1b9c5f..841b656e2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: strategy: fail-fast: false matrix: - couchdb: ['2.3', '3.1'] + couchdb: ['2.3', '3.1', '3.2', '3.3', '3.4'] node: [20, 22] cmd: - npm test @@ -112,7 +112,7 @@ jobs: strategy: fail-fast: false matrix: - couchdb: ['2.3','3.1'] + couchdb: ['2.3', '3.1', '3.2', '3.3', '3.4'] client: ['firefox', 'chromium', 'webkit'] cmd: - npm test