Skip to content

Commit

Permalink
wip: Downgrade to 5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
exaby73 committed Jul 23, 2024
1 parent 10fd047 commit 5abccfc
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@server1:7687
name: "Running on PHP 8.1 with a Neo4j 5.20-enterprise cluster"
name: "Running on PHP 8.1 with a Neo4j 5.10-enterprise cluster"

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

services:
server1:
image: neo4j:5.20-enterprise
image: neo4j:5.10-enterprise
ports:
- 7687:7687
- 7473:7473
Expand All @@ -59,7 +59,7 @@ jobs:
--health-timeout "15s"
--health-retries "5"
server2:
image: neo4j:5.20-enterprise
image: neo4j:5.10-enterprise
ports:
- 8687:7687
- 8473:7473
Expand All @@ -80,7 +80,7 @@ jobs:
--health-timeout "15s"
--health-retries "5"
server3:
image: neo4j:5.20-enterprise
image: neo4j:5.10-enterprise
ports:
- 9474:7474
- 9473:7473
Expand All @@ -101,7 +101,7 @@ jobs:
--health-timeout "15s"
--health-retries "5"
read-server4:
image: neo4j:5.20-enterprise
image: neo4j:5.10-enterprise
ports:
- 10474:7474
- 10473:7473
Expand Down

0 comments on commit 5abccfc

Please sign in to comment.