diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index bcd76a1e776..ce386750b9f 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -71,13 +71,12 @@ jobs: coverage: none ini-file: development + - name: PHPInfo + run: php -i - name: Install PHP dependencies run: composer install - - name: PHPInfo - run: php -i - - name: Check run: php -d display_errors=STDOUT -d display_startup_errors=On -d error_reporting=32767 -l ./third-party/symfony/polyfill-php80/Resources/stubs/Attribute.php