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 5fe2730 commit 5b0705cCopy full SHA for 5b0705c
.github/workflows/ci.yml
@@ -40,10 +40,6 @@ jobs:
40
fail-fast: false
41
matrix:
42
php-version: [ '7.2', '7.3' ]
43
- coverage: [ 'none' ]
44
- include:
45
- - php-version: '7.4'
46
- coverage: none
47
48
steps:
49
- name: Checkout
@@ -55,7 +51,7 @@ jobs:
55
51
php-version: ${{ matrix.php-version }}
56
52
ini-values: error_reporting=E_ALL
57
53
tools: composer:v2
58
- coverage: "${{ matrix.coverage }}"
54
+ coverage: none
59
60
- name: Show the Composer configuration
61
run: composer config --global --list
.github/workflows/codecoverage.yml
@@ -3,7 +3,7 @@
3
on:
4
push:
5
branches:
6
- - main
+ - master
7
pull_request:
8
9
name: Code coverage
0 commit comments