Skip to content

Commit

Permalink
Upgrade to Neo4j 3.4 for the unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mprahl committed Nov 16, 2018
1 parent 1ee63b5 commit 18ac6ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
neo4j:
# We need enterprise for the time being because this release of APOC plugins only supports
# enterprise. This can be changed when APOC gets a new version.
image: neo4j:3.3-enterprise
image: neo4j:3.4-enterprise
volumes:
- /tmp/neo4j-plugins/:/plugins:Z
environment:
Expand Down
2 changes: 1 addition & 1 deletion scripts/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ done

if [ ! -f /tmp/neo4j-plugins/apoc-3.3.0.2-all.jar ]; then
mkdir -p /tmp/neo4j-plugins
curl -L https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/3.3.0.2/apoc-3.3.0.2-all.jar -o /tmp/neo4j-plugins/apoc-3.3.0.2-all.jar
curl -L https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/3.4.0.2/apoc-3.4.0.2-all.jar -o /tmp/neo4j-plugins/apoc-3.4.0.2-all.jar
fi

docker-compose -f docker/docker-compose-tests.yml up -d neo4j
Expand Down

0 comments on commit 18ac6ca

Please sign in to comment.