From 2fe421f297bdf3ff7b83b80500d62802ce9b8a87 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Tue, 9 Jul 2024 11:17:17 +0200 Subject: [PATCH] build: Pin CI Neo4j version to 5.20. --- ci/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/test.sh b/ci/test.sh index 3f6d45c37..fb2f29faf 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -9,6 +9,7 @@ export DEVELOCITY_CACHE_USERNAME=${DEVELOCITY_CACHE_USR} export DEVELOCITY_CACHE_PASSWORD=${DEVELOCITY_CACHE_PSW} export JENKINS_USER=${JENKINS_USER_NAME} export SDN_FORCE_REUSE_OF_CONTAINERS=true +export SDN_NEO4J_VERSION=5.20 # The environment variable to configure access key is still GRADLE_ENTERPRISE_ACCESS_KEY export GRADLE_ENTERPRISE_ACCESS_KEY=${DEVELOCITY_ACCESS_KEY}