Skip to content

Commit 4e462fc

Browse files
changed neo4j versions for github actions
1 parent 2b266b8 commit 4e462fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.0", "5.1"]
16+
neo4j-version: ["4.3", "4.4", "5", "5.1.0"]
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.0", "5.1"]
16+
neo4j-version: ["4.3", "4.4", "5", "5.1.0"]
1717
php-version: ['8.0', '8.1']
1818

1919
services:

0 commit comments

Comments
 (0)