Skip to content

Commit

Permalink
Update Neo4j versions on test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bigmontz authored Feb 8, 2024
1 parent 7695cdc commit 4c584be
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 @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
node-version: [ 16.x ]
neo4j-version: [ "3.5", "3.5-enterprise", "4.4", "4.4-enterprise" ]
neo4j-version: [ "4.4", "4.4-enterprise", "5", "5-enterprise" ]
services:
neo4j:
image: neo4j:${{ matrix.neo4j-version }}
Expand Down

0 comments on commit 4c584be

Please sign in to comment.