Skip to content

Commit d72be84

Browse files
4.3 EOL
1 parent b2afddb commit d72be84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.1", "5.2"]
16+
neo4j-version: ["4.4", "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
@@ -26,7 +26,7 @@ final class Bolt
2626

2727
public function __construct(private IConnection $connection)
2828
{
29-
$this->setProtocolVersions(5, 4.4, 4.3);
29+
$this->setProtocolVersions(5, 4.4);
3030
}
3131

3232
/**

0 commit comments

Comments
 (0)