Skip to content

Commit

Permalink
Update tools.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ro0NL authored Jun 16, 2019
1 parent 50ce7b8 commit cbe04fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions resources/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -719,10 +719,11 @@
"links": {"%target-dir%/simple-phpunit": "simple-phpunit"}
},
"sh": {
"command": "simple-phpunit install"
"command": "simple-phpunit install && SYMFONY_PHPUNIT_VERSION=8.2 simple-phpunit-install"
}
},
"test": "simple-phpunit --version"
"test": "simple-phpunit --version",
"tags": ["exclude-php:7.1"]
},
{
"name": "testability",
Expand Down

0 comments on commit cbe04fd

Please sign in to comment.