Skip to content

Commit

Permalink
Promote rc4 to release
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoBarisic committed Apr 10, 2024
1 parent fcef5e2 commit 0eb2d87
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
MEMGRAPH_PORT: 7687
NEO4J_PORT: 7688
NEO4J_CONTAINER: "neo4j_test"
OFFICIAL: "false"
OFFICIAL: "true"

on:
push:
Expand All @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_no_ml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
MEMGRAPH_PORT: 7687
NEO4J_PORT: 7688
NEO4J_CONTAINER: "neo4j_test"
OFFICIAL: "false"
OFFICIAL: "true"

on:
push:
Expand All @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion cpp/memgraph
Submodule memgraph updated 1 files
+1 −1 CMakeLists.txt

0 comments on commit 0eb2d87

Please sign in to comment.