Skip to content

Commit 7f65f4f

Browse files
committed
dev: min coverage 98
1 parent 79d100f commit 7f65f4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
with:
3838
php_versions: '["7.4","8.1","8.2","8.3"]'
3939
bedita_version: '4'
40-
coverage_min_percentage: 99
40+
coverage_min_percentage: 98
4141

4242
unit-5:
4343
uses: bedita/github-workflows/.github/workflows/php-unit.yml@v2
4444
with:
4545
php_versions: '["7.4","8.1","8.2","8.3"]'
4646
bedita_version: '5'
47-
coverage_min_percentage: 99
47+
coverage_min_percentage: 98

0 commit comments

Comments
 (0)