diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 4f6204c..a4be8cf 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -70,12 +70,12 @@ jobs: cd galette-core/galette/plugins/plugin-auto composer require maglnet/composer-require-checker -W vendor/bin/composer-require-checker check --config-file=.composer-require-checker.config.json ../../composer.json + if: matrix.php-versions == '8.3' - name: PHPStan checks run: | cd galette-core/galette/plugins/plugin-auto ../../vendor/bin/phpstan analyze --ansi --memory-limit=2G --no-interaction --no-progress - if: matrix.php-versions == '8.1' - name: Headers checks run: |