We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c8a6c commit 0c58148Copy full SHA for 0c58148
test/runtests.jl
@@ -7,8 +7,9 @@ using Dates
7
8
## To run the IIF tests, you need a local Neo4j with user/pass neo4j:test
9
# To run a Docker image
10
-# Install: docker pull neo4j
11
-# Run: docker run -d --publish=7474:7474 --publish=7687:7687 --env NEO4J_AUTH=neo4j/test neo4j
+# NOTE: that Neo4j.jl doesn't currently support > Neo4j 3.x
+# Install: docker pull neo4j:3.5.6
12
+# Run: docker run -d --publish=7474:7474 --publish=7687:7687 --env NEO4J_AUTH=neo4j/test neo4j:3.5.6
13
##
14
15
# If you want to enable debugging logging (very verbose!)
0 commit comments