diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bb3c9b..d5c4403 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: "${{ matrix.php-version }}" + ini-file: development coverage: none tools: composer:v2 - name: "Show the Composer configuration" @@ -47,6 +48,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: "${{ matrix.php-version }}" + ini-file: development coverage: none tools: composer:v2 - name: "Show Composer version" @@ -105,6 +107,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: "${{ matrix.php-version }}" + ini-file: development coverage: none tools: composer:v2 - name: "Show Composer version" @@ -203,6 +206,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: "${{ matrix.php-version }}" + ini-file: development tools: composer:v2 extensions: mysqli coverage: none diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index 04d485b..d0b503f 100644 --- a/.github/workflows/codecoverage.yml +++ b/.github/workflows/codecoverage.yml @@ -26,6 +26,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: "${{ matrix.php-version }}" + ini-file: development tools: composer:v2, phive extensions: mysqli coverage: pcov