diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bdb67c1..f64e7944 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-version }} + ini-file: development coverage: none - name: PHP Lint @@ -51,7 +52,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-version }} - ini-values: error_reporting=E_ALL + ini-file: development tools: composer:v2 coverage: none @@ -98,6 +99,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-version }} + ini-file: development tools: "composer:v2, phive" coverage: none diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index adcca2ee..2bb9cafb 100644 --- a/.github/workflows/codecoverage.yml +++ b/.github/workflows/codecoverage.yml @@ -26,7 +26,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-version }} - ini-values: error_reporting=E_ALL + ini-file: development tools: composer:v2 coverage: xdebug