File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
env :
15
15
CONNECTION : neo4j://neo4j:testtest@localhost:7688
16
- name : " Running on PHP 8.0 with a Neo4j 5.6.0 -enterprise cluster"
16
+ name : " Running on PHP 8.0 with a Neo4j 5-enterprise cluster"
17
17
18
18
steps :
19
19
- uses : actions/checkout@v2
38
38
39
39
services :
40
40
server1 :
41
- image : neo4j:5.6.0 -enterprise
41
+ image : neo4j:5-enterprise
42
42
ports :
43
43
- 7688:7688
44
44
- 7475:7475
56
56
--health-timeout "15s"
57
57
--health-retries "5"
58
58
server2 :
59
- image : neo4j:5.6.0 -enterprise
59
+ image : neo4j:5-enterprise
60
60
ports :
61
61
- 7689:7689
62
62
- 7476:7476
74
74
--health-timeout "15s"
75
75
--health-retries "5"
76
76
server3 :
77
- image : neo4j:5.6.0 -enterprise
77
+ image : neo4j:5-enterprise
78
78
ports :
79
79
- 7690:7690
80
80
- 7477:7477
92
92
--health-timeout "15s"
93
93
--health-retries "5"
94
94
read-server4 :
95
- image : neo4j:5.6.0 -enterprise
95
+ image : neo4j:5-enterprise
96
96
ports :
97
97
- 7691:7691
98
98
- 7478:7478
Original file line number Diff line number Diff line change 15
15
16
16
services :
17
17
neo4j :
18
- image : neo4j:5.5
18
+ image : neo4j:5
19
19
env :
20
20
NEO4J_AUTH : neo4j/testtest
21
21
NEO4JLABS_PLUGINS : ' ["apoc"]'
You can’t perform that action at this time.
0 commit comments