Skip to content

Commit 97a61d5

Browse files
committed
removed matrix coverage
1 parent edd81a3 commit 97a61d5

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/coverage.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,20 @@ name: Unit and Integration Tests
33
on:
44
push:
55
branches: [ '**' ]
6+
pull_request:
7+
branches: [ '**' ]
68

79
jobs:
810
tests:
911
runs-on: ubuntu-latest
10-
strategy:
11-
fail-fast: false
12-
matrix:
13-
php-version: ['8']
14-
neo4j-version: ["4.2"]
1512
name: "Create Test Coverage Report"
1613

1714
container:
18-
image: php:${{ matrix.php-version }}-cli
15+
image: php:8-cli
1916

2017
services:
2118
neo4j:
22-
image: neo4j:${{ matrix.neo4j-version }}
19+
image: neo4j:4.2
2320
ports:
2421
- 7474:7474
2522
- 7687:7687

0 commit comments

Comments
 (0)