1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Add 7.4 snapshot

This commit is contained in:
Aidan Woods 2019-09-09 23:37:31 +01:00
parent 0a1e4bd802
commit 01319b7572
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -37,10 +37,14 @@ jobs:
script:
- composer test-units
- vendor/bin/infection --show-mutations --threads=4 --min-msi=90 --min-covered-msi=90
- <<: *MUTATION_AND_UNIT_TEST
php: 7.2
- <<: *MUTATION_AND_UNIT_TEST
php: 7.3
- <<: *MUTATION_AND_UNIT_TEST
php: 7.4snapshot
- <<: *MUTATION_AND_UNIT_TEST
php: nightly
env: ALLOW_FAILURE