Skip to content

Commit 1800458

Browse files
update to latest neo4j version 5.2
1 parent 5b5c7e4 commit 1800458

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/db-test-php-7.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: ["4.3", "4.4", "5", "5.1.0"]
16+
neo4j-version: ["4.3", "4.4", "5", "5.1", "5.2"]
1717
php-version: ['7.4']
1818

1919
services:

.github/workflows/db-test-php-8.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: ["4.3", "4.4", "5", "5.1.0"]
16+
neo4j-version: ["4.3", "4.4", "5", "5.1", "5.2"]
1717
php-version: ['8.0', '8.1']
1818

1919
services:

src/Bolt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ final class Bolt
3434
public function __construct(IConnection $connection)
3535
{
3636
$this->connection = $connection;
37-
$this->setProtocolVersions(5.1, 5.0, 4.4, 4.3);
37+
$this->setProtocolVersions(5.2, 5.1, 5, 4.4);
3838
$this->setPackStreamVersion();
3939
}
4040

0 commit comments

Comments
 (0)