Skip to content

Commit 5b0705c

Browse files
committed
Polish after review
1 parent 5fe2730 commit 5b0705c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
php-version: [ '7.2', '7.3' ]
43-
coverage: [ 'none' ]
44-
include:
45-
- php-version: '7.4'
46-
coverage: none
4743

4844
steps:
4945
- name: Checkout
@@ -55,7 +51,7 @@ jobs:
5551
php-version: ${{ matrix.php-version }}
5652
ini-values: error_reporting=E_ALL
5753
tools: composer:v2
58-
coverage: "${{ matrix.coverage }}"
54+
coverage: none
5955

6056
- name: Show the Composer configuration
6157
run: composer config --global --list

.github/workflows/codecoverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
pull_request:
88

99
name: Code coverage

0 commit comments

Comments
 (0)