Skip to content

Commit 1c48006

Browse files
committed
feat: Upgrade Neo4J Enterprise test workflow to 5.20
1 parent 043658c commit 1c48006

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
services:
4040
server1:
41-
image: neo4j:5.10-enterprise
41+
image: neo4j:5.20-enterprise
4242
ports:
4343
- 7687:7687
4444
- 7473:7473
@@ -59,7 +59,7 @@ jobs:
5959
--health-timeout "15s"
6060
--health-retries "5"
6161
server2:
62-
image: neo4j:5.10-enterprise
62+
image: neo4j:5.20-enterprise
6363
ports:
6464
- 8687:7687
6565
- 8473:7473
@@ -80,7 +80,7 @@ jobs:
8080
--health-timeout "15s"
8181
--health-retries "5"
8282
server3:
83-
image: neo4j:5.10-enterprise
83+
image: neo4j:5.20-enterprise
8484
ports:
8585
- 9474:7474
8686
- 9473:7473
@@ -101,7 +101,7 @@ jobs:
101101
--health-timeout "15s"
102102
--health-retries "5"
103103
read-server4:
104-
image: neo4j:5.10-enterprise
104+
image: neo4j:5.20-enterprise
105105
ports:
106106
- 10474:7474
107107
- 10473:7473

0 commit comments

Comments
 (0)