Skip to content

Commit 01411f8

Browse files
committed
use enterprise for cluster
1 parent f937d26 commit 01411f8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
env:
1515
CONNECTION: neo4j://neo4j:testtest@localhost:7688
16-
name: "Running on PHP 8.0 with a Neo4j 5.5 cluster"
16+
name: "Running on PHP 8.0 with a Neo4j 5.6.0-enterprise cluster"
1717

1818
steps:
1919
- uses: actions/checkout@v2
@@ -38,7 +38,7 @@ jobs:
3838

3939
services:
4040
server1:
41-
image: neo4j:5.5
41+
image: neo4j:5.6.0-enterprise
4242
ports:
4343
- 7688:7688
4444
- 7475:7475
@@ -56,7 +56,7 @@ jobs:
5656
--health-timeout "15s"
5757
--health-retries "5"
5858
server2:
59-
image: neo4j:5.5
59+
image: neo4j:5.6.0-enterprise
6060
ports:
6161
- 7689:7689
6262
- 7476:7476
@@ -74,7 +74,7 @@ jobs:
7474
--health-timeout "15s"
7575
--health-retries "5"
7676
server3:
77-
image: neo4j:5.5
77+
image: neo4j:5.6.0-enterprise
7878
ports:
7979
- 7690:7690
8080
- 7477:7477
@@ -92,7 +92,7 @@ jobs:
9292
--health-timeout "15s"
9393
--health-retries "5"
9494
read-server4:
95-
image: neo4j:5.5
95+
image: neo4j:5.6.0-enterprise
9696
ports:
9797
- 7691:7691
9898
- 7478:7478

0 commit comments

Comments
 (0)