diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 3b50dc8..9fc46d2 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -20,6 +20,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: php-version: ${{ env.PHP_VERSION }} + coverage: none tools: composer:v2 - uses: actions/checkout@v3 - uses: actions/cache@v3 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bc76b23..91dedc8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,6 +26,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-version }} + coverage: none tools: composer:v2 - uses: actions/cache@v3 with: