Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/install-couchdb/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading