Skip to content

Commit bcee032

Browse files
committed
fix(ci): force neo4j 2025 usage
Workaround until we update the sdk to use the latest testcontainers. Signed-off-by: Fatih Acar <[email protected]>
1 parent 2758daf commit bcee032

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ jobs:
409409
timeout-minutes: 45
410410
env:
411411
INFRAHUB_DB_TYPE: neo4j
412+
NEO4J_DOCKER_IMAGE: "neo4j:2025.03.0-community"
412413
PYTEST_XDIST_WORKER_COUNT: 1
413414
steps:
414415
- name: "Check out repository code"

0 commit comments

Comments
 (0)