diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 270d3b51..e1b2ca84 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -17,7 +17,7 @@ jobs: with: php-version: 8.2 extensions: xdebug - ini-values: zend.assertions=1 + ini-file: development tools: composer:2 - name: Setup problem matchers for PHP run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"