Skip to content

Commit b07124d

Browse files
committed
added neo4j connections to github ci environment
1 parent 0cf5fa9 commit b07124d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66

77
jobs:
88
tests:
9+
env:
10+
NEO4J_CONNECTIONS: bolt://neo4j:test@neo4j,http://neo4j:test@neo4j,neo4j://neo4j:test@core1
911
runs-on: ubuntu-latest
1012
strategy:
1113
fail-fast: false

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
php-version: ['7.4', '8']
1616
neo4j-version: ["3.5", "4.0", "4.1", "4.2", "4.3"]
1717
name: "Running Tests for PHP ${{ matrix.php-version }} on Neo4j ${{ matrix.neo4j-version }}"
18+
env:
19+
NEO4J_CONNECTIONS: bolt://neo4j:test@neo4j,http://neo4j:test@neo4j,neo4j://neo4j:test@core1
1820

1921
container:
2022
image: php:${{ matrix.php-version }}-cli

0 commit comments

Comments
 (0)