We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac8146 commit a20c7e6Copy full SHA for a20c7e6
.github/workflows/integration-test-single-server.yml
@@ -12,7 +12,7 @@ jobs:
12
tests:
13
runs-on: ubuntu-latest
14
env:
15
- CONNECTIONS: neo4j://neo4j:testtest@neo4j,bolt://neo4j:testtest@neo4j,http://neo4j:testtest@neo4j
+ CONNECTIONS: neo4j://neo4j:testtest@localhost,bolt://neo4j:testtest@localhost,http://neo4j:testtest@localhost
16
name: "Running on PHP ${{ matrix.php-version }} with a Neo4j ${{ matrix.neo4j-version }} instance"
17
strategy:
18
fail-fast: false
0 commit comments