Skip to content

Commit

Permalink
Add builds and documentation for 5.13 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Mats-SX committed Oct 23, 2023
1 parent a556791 commit 03b8f21
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ When installing GDS manually, please refer to the below compatibility matrix:
.Compatibility matrix (italicized version is in development)
|===
|GDS version | Neo4j version | Java Version
.8+<.^|_GDS 2.6.x_
.9+<.^|_GDS 2.6.x_
|Neo4j 5.13.0
.8+.^|Java 17
|Neo4j 5.12.0
.7+.^|Java 17
|Neo4j 5.11.0
|Neo4j 5.10.0
|Neo4j 5.9.0
Expand All @@ -37,9 +38,10 @@ When installing GDS manually, please refer to the below compatibility matrix:
|Neo4j 5.6.0
|Neo4j 4.4.9 - 4.4.26
.1+.^|Java 11
.8+<.^|GDS 2.5.x
.9+<.^|GDS 2.5.x
|Neo4j 5.13.0
.8+.^|Java 17
|Neo4j 5.12.0
.7+.^|Java 17
|Neo4j 5.11.0
|Neo4j 5.10.0
|Neo4j 5.9.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ If your version of GDS or Neo4j is not listed in the matrix, you should upgrade.
[opts=header]
|===
| Neo4j version | Neo4j Graph Data Science
| `5.13` | `2.6`, `2.5.1` or later
| `5.12` | `2.6`, `2.5`, `2.4.6` or later
| `5.11` | `2.6`, `2.5`, `2.4.4` or later
| `5.10` | `2.6`, `2.5`, `2.4.2` or later
Expand Down
6 changes: 6 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ project(':neo4j-kernel-adapter-5.11').projectDir = file('compatibility/5.11/neo4
include('neo4j-kernel-adapter-5.12')
project(':neo4j-kernel-adapter-5.12').projectDir = file('compatibility/5.12/neo4j-kernel-adapter')

include('neo4j-kernel-adapter-5.13')
project(':neo4j-kernel-adapter-5.13').projectDir = file('compatibility/5.13/neo4j-kernel-adapter')

include('neo4j-kernel-adapter-api')
project(':neo4j-kernel-adapter-api').projectDir = file('compatibility/api/neo4j-kernel-adapter')

Expand Down Expand Up @@ -271,6 +274,9 @@ project(':storage-engine-adapter-5.11').projectDir = file('compatibility/5.11/st
include('storage-engine-adapter-5.12')
project(':storage-engine-adapter-5.12').projectDir = file('compatibility/5.12/storage-engine-adapter')

include('storage-engine-adapter-5.13')
project(':storage-engine-adapter-5.13').projectDir = file('compatibility/5.13/storage-engine-adapter')

include('storage-engine-adapter-api')
project(':storage-engine-adapter-api').projectDir = file('compatibility/api/storage-engine-adapter')

Expand Down

0 comments on commit 03b8f21

Please sign in to comment.