Skip to content

Commit ff4ccf5

Browse files
committed
Update CI for Neo4j 5.x to test on 5.7 and 5.6
1 parent e16b744 commit ff4ccf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
strategy:
107107
fail-fast: false
108108
matrix:
109-
neo4j: ["5.5", "4.4", "4.3", "4.2", "4.1"]
109+
neo4j: ["5.7", "5.6", "4.4", "4.3", "4.2", "4.1"]
110110
runs-on: ubuntu-latest
111111
steps:
112112
- name: Checkout code

0 commit comments

Comments
 (0)