Skip to content

Commit

Permalink
Merge pull request #70 from shochdoerfer/fix/ci_install_phpstan_stric…
Browse files Browse the repository at this point in the history
…t_lowest

Install matching lowest version of strict rules
  • Loading branch information
shochdoerfer committed Feb 13, 2021
2 parents ddded7f + c87830b commit 03e8df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: Install lowest PHPStan version
if: matrix.composer-prefer-lowest == true
run: |
composer remove phpstan/phpstan phpstan/phpstan-phpunit
composer require --prefer-lowest phpstan/phpstan:0.12.23 phpstan/phpstan-phpunit:0.12.11
composer remove --no-update phpstan/phpstan phpstan/phpstan-phpunit phpstan/phpstan-strict-rules
composer require --prefer-lowest phpstan/phpstan:0.12.23 phpstan/phpstan-phpunit:0.12.11 phpstan/phpstan-strict-rules:0.12.3
- name: Codesniffer
run: composer cs-check
Expand Down

0 comments on commit 03e8df5

Please sign in to comment.