diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9e7d2ef..c692c86 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,4 +37,4 @@ jobs: run: composer update --prefer-dist --no-interaction --no-progress - name: Execute tests - run: vendor/bin/phpunit --verbose + run: vendor/bin/phpunit diff --git a/composer.json b/composer.json index 3d86c93..7a184a3 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "require-dev": { "mockery/mockery": "^1.3.1", "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^8.4|^9.0" + "phpunit/phpunit": "^8.4|^9.0|^10.4" }, "autoload": { "psr-4": {