Skip to content

Commit 1faaaac

Browse files
committed
fix cicd version neo4j
1 parent 8ce15d4 commit 1faaaac

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci.yml

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

python_testcontainers/infrahub_testcontainers/container.py

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ class ContainerService:
2828
}
2929

3030
PROJECT_ENV_VARIABLES: dict[str, str] = {
31-
"NEO4J_DOCKER_IMAGE": "neo4j:5.20.0-community",
3231
"MESSAGE_QUEUE_DOCKER_IMAGE": "rabbitmq:3.13.7-management",
3332
"CACHE_DOCKER_IMAGE": "redis:7.2.4",
3433
"INFRAHUB_TESTING_DOCKER_IMAGE": "registry.opsmill.io/opsmill/infrahub",

0 commit comments

Comments
 (0)