Skip to content

Commit 503f19d

Browse files
committed
fix(ci): use previous neo4j version when testing upgrade
Signed-off-by: Fatih Acar <[email protected]>
1 parent bcee032 commit 503f19d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/version-upgrade.yml

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
include:
3535
- name: From 1.1.0
3636
source_version: 1.1.0
37+
neo4j_image: "neo4j:5.20.0-enterprise"
3738
name: ${{ matrix.name }}
3839
runs-on:
3940
group: huge-runners
@@ -68,11 +69,14 @@ jobs:
6869
# Initialize the demo environment with the Source Version
6970
- name: Pull External Docker Images
7071
run: invoke demo.pull
72+
env:
73+
NEO4J_DOCKER_IMAGE: ${{ matrix.neo4j_image }}
7174
- name: Initialize Demo
7275
id: init-demo
7376
run: invoke demo.start demo.load-infra-schema
7477
env:
7578
PREFECT_SERVER_COMMAND: "prefect server start --host 0.0.0.0 --ui"
79+
NEO4J_DOCKER_IMAGE: ${{ matrix.neo4j_image }}
7680
- name: Check Demo Status
7781
run: invoke demo.status
7882
- name: Load Infra Data

0 commit comments

Comments
 (0)