Skip to content

Commit

Permalink
Merge pull request #271 from jakzal/bugfix/test-versions
Browse files Browse the repository at this point in the history
Exclude phpcov and phploc on PHP 7.2
  • Loading branch information
jakzal authored Aug 18, 2020
2 parents 29fc18d + c45c2e0 commit 9ce11ba
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions resources/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,8 @@
"bin": "%target-dir%/phpcov"
}
},
"test": "phpcov"
"test": "phpcov -v",
"tags": ["exclude-php:7.2"]
},
{
"name": "phpcpd",
Expand All @@ -376,7 +377,7 @@
"bin": "%target-dir%/phpcpd"
}
},
"test": "phpcpd -V",
"test": "phpcpd -v",
"tags": ["featured", "exclude-php:7.2"]
},
{
Expand Down Expand Up @@ -453,7 +454,8 @@
"bin": "%target-dir%/phploc"
}
},
"test": "phploc -V"
"test": "phploc -v",
"tags": ["exclude-php:7.2"]
},
{
"name": "phpmd",
Expand Down

0 comments on commit 9ce11ba

Please sign in to comment.