From 1898c8f20ead8b66c80a74ea0c4974b0c9f7d3e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Bari=C5=A1i=C4=87?= Date: Mon, 12 Aug 2024 16:59:47 +0200 Subject: [PATCH] Run integration tests with memgraph v2.19.0-rc3 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2e6fb201e..6a435c8e3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,7 +58,7 @@ jobs: fail-fast: false matrix: mg_version: ["2.19.0"] - mg_rc_version: ["rc2"] + mg_rc_version: ["rc3"] arch: ["amd64", "arm64"] build_target: ["prod", "dev"] build_scope: ["with ML", "without ML"]