Skip to content

Commit

Permalink
Install matching lowest version of strict rules
Browse files Browse the repository at this point in the history
  • Loading branch information
shochdoerfer committed Feb 13, 2021
1 parent 01eafbe commit c87830b
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 c87830b

Please sign in to comment.