Skip to content

Commit

Permalink
Release 5.22.0 (#4162)
Browse files Browse the repository at this point in the history
* Updated core submodule to 5.22

* Release 5.22.0 (#3962) (#4093)
  • Loading branch information
vga91 authored Jul 31, 2024
1 parent 97b4fff commit 873e378
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ "dev" ]
branches: [ "5.22" ]
pull_request:
branches: [ "dev" ]
branches: [ "5.22" ]

env:
DOCKER_ENTERPRISE_URL: ${{ secrets.DOCKER_ENTERPRISE_DEV_URL }}
Expand Down
2 changes: 1 addition & 1 deletion docs/asciidoc/modules/ROOT/partials/neo4j-server.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The version compatibility matrix explains the mapping between Neo4j and APOC ver
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.3.1[5.3.1^] | 5.3.0 (5.3.x)
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.2.0[5.2.0^] | 5.2.0 (5.2.x)
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.1.0[5.1.0^] | 5.1.0 (5.1.x)
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/4.4.0.18[4.4.0.18^] | 4.4.0 (4.4.x)
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/4.4.0.28[4.4.0.28^] | 4.4.0 (4.4.x)
|===

// end::version-matrix[]
Expand Down

0 comments on commit 873e378

Please sign in to comment.