From 90bd0f7a3dbdc05f5eca58989bc41084b9e63002 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Sat, 10 Feb 2024 17:50:49 +0100 Subject: [PATCH] Some CI requires specific version --- .github/workflows/ci-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |