Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def generate_tc_config(
("5.dev", "5", True, False, "neo4j", 0),
("5.dev", "5", True, True, "neo4j", 90),
# nightly build of official forwards-compatible version(s)
("2025.dev", "2025", True, False, "neo4j", 0),
("2025.dev", "2025", True, True, "neo4j", 60),
)
]
Expand Down