Skip to content

Commit d22aa95

Browse files
committed
setup correct connection uri
1 parent fb2064b commit d22aa95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test-cluster-neo4j-5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
tests:
1313
runs-on: ubuntu-latest
1414
env:
15-
CONNECTION: neo4j://neo4j:testtest@localhost:7688
15+
CONNECTION: neo4j://neo4j:testtest@localhost:7687
1616
name: "Running on PHP 8.0 with a Neo4j 5.10-enterprise cluster"
1717

1818
steps:

0 commit comments

Comments
 (0)