Skip to content

Commit a337c5d

Browse files
committed
removed all matrices
1 parent 6e8adf0 commit a337c5d

File tree

4 files changed

+4
-18
lines changed

4 files changed

+4
-18
lines changed

.github/workflows/integration-test-aura.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Integration Tests On Neo4j Aura
1+
name: Integration Tests
22

33
on:
44
push:

.github/workflows/integration-test-cluster-neo4j-4.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Integration Tests On Cluster Neo4j 4
1+
name: Integration Tests
22

33
on:
44
push:
@@ -14,10 +14,6 @@ jobs:
1414
env:
1515
CONNECTION: neo4j://neo4j:testtest@localhost:7688
1616
name: "Running on PHP 8.0 in a Neo4j 4.4 cluster"
17-
strategy:
18-
fail-fast: false
19-
matrix:
20-
php-version: ["8.0", "8.2"]
2117

2218
steps:
2319
- uses: actions/checkout@v2

.github/workflows/integration-test-cluster-neo4j-5.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Integration Tests On Cluster Neo4j 5
1+
name: Integration Tests
22

33
on:
44
push:
@@ -14,10 +14,6 @@ jobs:
1414
env:
1515
CONNECTION: neo4j://neo4j:testtest@localhost:7688
1616
name: "Running on PHP 8.0 with a Neo4j 5.5 cluster"
17-
strategy:
18-
fail-fast: false
19-
matrix:
20-
php-version: ["8.0", "8.2"]
2117

2218
services:
2319
server1:

.github/workflows/integration-test-single-server.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Integration Tests On Single Server
1+
name: Integration Tests
22

33
on:
44
push:
@@ -11,13 +11,7 @@ on:
1111
jobs:
1212
tests:
1313
runs-on: ubuntu-latest
14-
env:
15-
CONNECTION: ${{ matrix.test-connection }}
1614
name: "Running on PHP 8.2 with a Neo4j 5.5 instance connecting over ${{ matrix.test-connection }}"
17-
strategy:
18-
fail-fast: false
19-
matrix:
20-
test-connection: ['neo4j://neo4j:testtest@localhost', 'bolt://neo4j:testtest@localhost', 'http://neo4j:testtest@localhost']
2115

2216
services:
2317
neo4j:

0 commit comments

Comments
 (0)