diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7ea47bb75..4814fd0ce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ env: MEMGRAPH_PORT: 7687 NEO4J_PORT: 7688 NEO4J_CONTAINER: "neo4j_test" - OFFICIAL: "false" + OFFICIAL: "true" on: push: @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: True env: - MEMGRAPH_VERSION: 2.16.0-rc4 + MEMGRAPH_VERSION: 2.16.0 strategy: matrix: architecture: ["amd64", "arm64"] diff --git a/.github/workflows/test_no_ml.yml b/.github/workflows/test_no_ml.yml index 937947930..d43438b6a 100644 --- a/.github/workflows/test_no_ml.yml +++ b/.github/workflows/test_no_ml.yml @@ -7,7 +7,7 @@ env: MEMGRAPH_PORT: 7687 NEO4J_PORT: 7688 NEO4J_CONTAINER: "neo4j_test" - OFFICIAL: "false" + OFFICIAL: "true" on: push: @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: True env: - MEMGRAPH_VERSION: 2.16.0-rc4 + MEMGRAPH_VERSION: 2.16.0 strategy: matrix: architecture: ["amd64", "arm64"] diff --git a/cpp/memgraph b/cpp/memgraph index a4f5914a9..7e97d8d8d 160000 --- a/cpp/memgraph +++ b/cpp/memgraph @@ -1 +1 @@ -Subproject commit a4f5914a9779b2c8f0aeb00273f3e991d32fb73f +Subproject commit 7e97d8d8dc39b3c50a7a6e139aef5f7aeeb29ce8