Skip to content

Commit d81d9ac

Browse files
committed
Merge branch 'main' into oidc
2 parents e2a4311 + 796c5d4 commit d81d9ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
neo4j-version: ["3.5", "4.0", "4.1", "4.2", "4.3", "4.4"]
18+
neo4j-version: ["3.5", "4.2", "4.3", "4.4"]
1919

2020
services:
2121
neo4j:

.github/workflows/testkit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
neo4j-version: ["3.5", "4.0", "4.1", "4.2", "4.3"]
17-
php-version: ["7.4", "8.0", "8.1"]
16+
neo4j-version: ["3.5", "4.2", "4.3", "4.4"]
17+
php-version: ["7.4", "8.1"]
1818

1919
services:
2020
neo4j:

0 commit comments

Comments
 (0)