Skip to content

Commit 7303c54

Browse files
committed
upgraded neo4j version tot 4.4
1 parent ec81df4 commit 7303c54

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
neo4j-version: ["3.5", "4.0", "4.1", "4.2", "4.3"]
18+
neo4j-version: ["3.5", "4.0", "4.1", "4.2", "4.3", "4.4"]
1919

2020
services:
2121
neo4j:

docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ services:
6060
neo4j:
6161
networks:
6262
- neo4j
63-
image: neo4j:4.3-enterprise
63+
image: neo4j:4.4-enterprise
6464
healthcheck:
6565
test: "wget http://localhost:7474 || exit 1"
6666
interval: 30s
@@ -74,7 +74,7 @@ services:
7474
volumes:
7575
- ./tests/resources:/import
7676
core1:
77-
image: neo4j:4.3-enterprise
77+
image: neo4j:4.4-enterprise
7878
healthcheck:
7979
test: "wget http://localhost:7474 || exit 1"
8080
interval: 30s
@@ -93,7 +93,7 @@ services:
9393
NEO4J_dbms_connector_bolt_advertised__address: core1:7687
9494

9595
core2:
96-
image: neo4j:4.3-enterprise
96+
image: neo4j:4.4-enterprise
9797
healthcheck:
9898
test: "wget http://localhost:7474 || exit 1"
9999
interval: 30s
@@ -112,7 +112,7 @@ services:
112112
- ./tests/resources:/import
113113

114114
core3:
115-
image: neo4j:4.3-enterprise
115+
image: neo4j:4.4-enterprise
116116
healthcheck:
117117
test: "wget http://localhost:7474 || exit 1"
118118
interval: 30s
@@ -131,7 +131,7 @@ services:
131131
- ./tests/resources:/import
132132

133133
readreplica1:
134-
image: neo4j:4.3-enterprise
134+
image: neo4j:4.4-enterprise
135135
healthcheck:
136136
test: "wget http://localhost:7474 || exit 1"
137137
interval: 30s

0 commit comments

Comments
 (0)