mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Tighten requirements
This commit is contained in:
parent
df703dcb0e
commit
8fd3c77109
@ -48,7 +48,7 @@ jobs:
|
|||||||
- composer install --prefer-dist --no-interaction --no-progress
|
- composer install --prefer-dist --no-interaction --no-progress
|
||||||
script:
|
script:
|
||||||
- composer test-units
|
- composer test-units
|
||||||
- vendor/bin/infection --show-mutations --threads=4 --min-msi=80 --min-covered-msi=80
|
- vendor/bin/infection --show-mutations --threads=4 --min-msi=85 --min-covered-msi=90
|
||||||
- <<: *MUTATION_AND_UNIT_TEST
|
- <<: *MUTATION_AND_UNIT_TEST
|
||||||
php: 7.2
|
php: 7.2
|
||||||
- <<: *MUTATION_AND_UNIT_TEST
|
- <<: *MUTATION_AND_UNIT_TEST
|
||||||
|
Loading…
Reference in New Issue
Block a user