From 5bce4292573ca6423fbea314676d5e3de5fac03c Mon Sep 17 00:00:00 2001 From: grant lodge <6323995+thelonelyvulpes@users.noreply.github.com> Date: Tue, 20 Sep 2022 11:09:09 +0100 Subject: [PATCH] Pin testkit version to 5.0 --- testkit/testkit.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 testkit/testkit.json diff --git a/testkit/testkit.json b/testkit/testkit.json new file mode 100644 index 000000000..931900356 --- /dev/null +++ b/testkit/testkit.json @@ -0,0 +1,6 @@ +{ + "testkit": { + "uri": "https://github.com/neo4j-drivers/testkit.git", + "ref": "5.0" + } +}