Skip to content

Commit 39390bb

Browse files
committed
Polish after review
1 parent d623a29 commit 39390bb

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
@@ -42,10 +42,6 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
php-version: [ '7.2', '7.3' ]
45-
coverage: [ 'none' ]
46-
include:
47-
- php-version: '7.4'
48-
coverage: none
4945

5046
steps:
5147
- name: Checkout
@@ -57,7 +53,7 @@ jobs:
5753
php-version: ${{ matrix.php-version }}
5854
ini-values: error_reporting=E_ALL
5955
tools: composer:v2
60-
coverage: "${{ matrix.coverage }}"
56+
coverage: none
6157

6258
- name: Show the Composer configuration
6359
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)