Skip to content

Commit

Permalink
ci: test on exist-db 5.5.1
Browse files Browse the repository at this point in the history
The transient test-dependency on crypto lib requires 5.3.0 or later
the library itself should run on earlier versions as well.
  • Loading branch information
line-o committed Feb 4, 2023
1 parent 71a6770 commit b4e822f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
exist-version: [latest, release, 5.4.1, 5.0.0]
exist-version: [latest, release, 5.5.1]
services:
exist:
image: existdb/existdb:${{ matrix.exist-version }}
Expand Down

0 comments on commit b4e822f

Please # to comment.