Skip to content

Commit fc9bf7b

Browse files
committed
setup ports for neo4j 4
1 parent eb6403a commit fc9bf7b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
tests:
1111
runs-on: ubuntu-latest
1212
env:
13-
CONNECTIONS: neo4j://neo4j:testtest@core1
13+
CONNECTIONS: neo4j://neo4j:testtest@localhost:7688
1414
name: "Running Integration tests for PHP ${{ matrix.php-version }} on a Neo4j ${{ matrix.neo4j-version }} cluster"
1515
strategy:
1616
fail-fast: false
@@ -52,7 +52,7 @@ jobs:
5252
env:
5353
NEO4J_ACCEPT_LICENSE_AGREEMENT: yes
5454
NEO4JLABS_PLUGINS: '["apoc"]'
55-
NEO4J_AUTH: neo4j/test
55+
NEO4J_AUTH: neo4j/testtest
5656
NEO4J_dbms_mode: CORE
5757
NEO4J_causal__clustering_discovery__advertised__address: core1:5000
5858
NEO4J_causal__clustering_transaction__advertised__address: core1:6000
@@ -78,7 +78,7 @@ jobs:
7878
env:
7979
NEO4J_ACCEPT_LICENSE_AGREEMENT: yes
8080
NEO4JLABS_PLUGINS: '["apoc"]'
81-
NEO4J_AUTH: neo4j/test
81+
NEO4J_AUTH: neo4j/testtest
8282
NEO4J_dbms_mode: CORE
8383
NEO4J_causal__clustering_discovery__advertised__address: core2:5000
8484
NEO4J_causal__clustering_transaction__advertised__address: core2:6000
@@ -104,7 +104,7 @@ jobs:
104104
env:
105105
NEO4J_ACCEPT_LICENSE_AGREEMENT: yes
106106
NEO4JLABS_PLUGINS: '["apoc"]'
107-
NEO4J_AUTH: neo4j/test
107+
NEO4J_AUTH: neo4j/testtest
108108
NEO4J_dbms_mode: CORE
109109
NEO4J_causal__clustering_discovery__advertised__address: core3:5000
110110
NEO4J_causal__clustering_transaction__advertised__address: core3:6000
@@ -130,7 +130,7 @@ jobs:
130130
env:
131131
NEO4J_ACCEPT_LICENSE_AGREEMENT: yes
132132
NEO4JLABS_PLUGINS: '["apoc"]'
133-
NEO4J_AUTH: neo4j/test
133+
NEO4J_AUTH: neo4j/testtest
134134
NEO4J_dbms_mode: READ_REPLICA
135135
NEO4J_causal__clustering_discovery__advertised__address: readreplica1:5000
136136
NEO4J_causal__clustering_transaction__advertised__address: readreplica1:6000

0 commit comments

Comments
 (0)