Skip to content

Commit

Permalink
use enterprise for cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
transistive committed Apr 12, 2023
1 parent f937d26 commit 01411f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/integration-test-cluster-neo4j-5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
CONNECTION: neo4j://neo4j:testtest@localhost:7688
name: "Running on PHP 8.0 with a Neo4j 5.5 cluster"
name: "Running on PHP 8.0 with a Neo4j 5.6.0-enterprise cluster"

steps:
- uses: actions/checkout@v2
Expand All @@ -38,7 +38,7 @@ jobs:

services:
server1:
image: neo4j:5.5
image: neo4j:5.6.0-enterprise
ports:
- 7688:7688
- 7475:7475
Expand All @@ -56,7 +56,7 @@ jobs:
--health-timeout "15s"
--health-retries "5"
server2:
image: neo4j:5.5
image: neo4j:5.6.0-enterprise
ports:
- 7689:7689
- 7476:7476
Expand All @@ -74,7 +74,7 @@ jobs:
--health-timeout "15s"
--health-retries "5"
server3:
image: neo4j:5.5
image: neo4j:5.6.0-enterprise
ports:
- 7690:7690
- 7477:7477
Expand All @@ -92,7 +92,7 @@ jobs:
--health-timeout "15s"
--health-retries "5"
read-server4:
image: neo4j:5.5
image: neo4j:5.6.0-enterprise
ports:
- 7691:7691
- 7478:7478
Expand Down

0 comments on commit 01411f8

Please sign in to comment.