Skip to content

Commit 4d3af2f

Browse files
added new neo4j version (#111)
1 parent 280c34b commit 4d3af2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/db.50.2204.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
neo4j-version: ['5.1', '5.2', '5.3']
16+
neo4j-version: ['5.1', '5.2', '5.3', '5.4']
1717
php-version: ['8.0', '8.1', '8.2']
1818

1919
services:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PHP library for communication with graph database over TCP socket with Bolt prot
1212

1313
## Version support
1414

15-
We are trying to keep up and this library supports **Neo4j <= 5.3** with **Bolt <= 5.0**.
15+
We are trying to keep up and this library supports **Neo4j <= 5.4** with **Bolt <= 5.0**.
1616

1717
https://www.neo4j.com/docs/bolt/current/bolt-compatibility/
1818

0 commit comments

Comments
 (0)