From b4e822ffd145546599079036ece6d1b055647b69 Mon Sep 17 00:00:00 2001 From: Juri Leino Date: Sat, 4 Feb 2023 10:19:46 +0100 Subject: [PATCH] ci: test on exist-db 5.5.1 The transient test-dependency on crypto lib requires 5.3.0 or later the library itself should run on earlier versions as well. --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index cab348a..af36584 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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 }}