diff --git a/.github/workflows/docker_publish.yml b/.github/workflows/docker_publish.yml index d6dca0649..7b01af9a5 100644 --- a/.github/workflows/docker_publish.yml +++ b/.github/workflows/docker_publish.yml @@ -12,7 +12,7 @@ jobs: env: DOCKER_ORGANIZATION_NAME: memgraph DOCKER_REPOSITORY_NAME: memgraph-mage - MEMGRAPH_VERSION: 2.12.1 + MEMGRAPH_VERSION: 2.13.0 steps: - name: Checkout repository and submodules uses: actions/checkout@v3 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4454d481d..b4ff1415d 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: [pull_request, workflow_dispatch] @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: True env: - MEMGRAPH_VERSION: 2.13 + MEMGRAPH_VERSION: 2.13.0 strategy: matrix: architecture: ["amd64", "arm64"] diff --git a/.gitmodules b/.gitmodules index 88454b973..8027dad9a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "cpp/memgraph"] path = cpp/memgraph url = https://github.com/memgraph/memgraph.git - branch = release/2.12 + branch = release/2.13 diff --git a/Dockerfile b/Dockerfile index fbb9e7808..2b7d1273c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM debian:bullseye as base USER root -ARG MG_VERSION=2.12.1 +ARG MG_VERSION=2.13.0 ARG PY_VERSION_DEFAULT ENV MG_VERSION ${MG_VERSION} ENV PY_VERSION ${PY_VERSION_DEFAULT} diff --git a/Dockerfile.cugraph b/Dockerfile.cugraph index a374d06a7..643cf9161 100644 --- a/Dockerfile.cugraph +++ b/Dockerfile.cugraph @@ -2,7 +2,7 @@ ARG CUGRAPH_VERSION=22.02 ARG CUDA_VERSION=11.5 ARG CUDA_VERSION_MINOR=11.5.2 ARG PY_VERSION=3.8 -ARG MG_VERSION=2.12.1 +ARG MG_VERSION=2.13.0 FROM rapidsai/rapidsai:${CUGRAPH_VERSION}-cuda${CUDA_VERSION}-runtime-ubuntu20.04-py${PY_VERSION} as cugraph-dev diff --git a/cpp/memgraph b/cpp/memgraph index eceed274d..375c3c5dd 160000 --- a/cpp/memgraph +++ b/cpp/memgraph @@ -1 +1 @@ -Subproject commit eceed274d983d6f135189d945c407b30b6e506a6 +Subproject commit 375c3c5dddccd2a9875e6047aecb305e4a719e72