Skip to content

Commit 7a7403c

Browse files
committed
removed environment variable from ci
1 parent 5aa4d6f commit 7a7403c

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/coverage.yml

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

77
jobs:
88
tests:
9-
env:
10-
NEO4J_CONNECTIONS: bolt://neo4j:test@neo4j,http://neo4j:test@neo4j,neo4j://neo4j:test@core1
119
runs-on: ubuntu-latest
1210
strategy:
1311
fail-fast: false

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ 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
20-
2118
container:
2219
image: php:${{ matrix.php-version }}-cli
2320

0 commit comments

Comments
 (0)