Skip to content

Commit 2c021c4

Browse files
authored
Bump Neo4j 5.26 -> 2025.04 (#3419)
Obviously, they have a new versioning schema, but this is not treated as a major. It appears that 5.26.6 (released 2025-05-06, two days before this commit) has a regression with optional match clauses.
1 parent 42d326f commit 2c021c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
services:
2929
neo4j:
30-
image: neo4j:5.26-enterprise
30+
image: neo4j:2025.04-enterprise
3131
ports:
3232
- 7687:7687
3333
env:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
db:
3-
image: neo4j:5.26-enterprise
3+
image: neo4j:2025.04-enterprise
44
ports:
55
- 7474:7474
66
- 7687:7687

0 commit comments

Comments
 (0)