diff --git a/resources/tools.json b/resources/tools.json index 87cb4e6f..88280603 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -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",