Skip to content

Commit

Permalink
Some CI requires specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Feb 10, 2024
1 parent e74a263 commit 90bd0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 90bd0f7

Please sign in to comment.