Skip to content

Commit

Permalink
CI: Fix phpstan removal on older PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Mar 23, 2024
1 parent d918602 commit 005fefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
composer require --dev 'phpunit/phpunit:^4.8.36 || ^5.7.21 || ^6 || ^7' --no-update
sed -i 's/: void//g' tests/*.php
composer remove phpstan/phpstan --no-update
composer remove --dev phpstan/phpstan --no-update
- name: Install dependencies
run: composer install --prefer-dist --no-interaction --no-progress
Expand Down

0 comments on commit 005fefb

Please sign in to comment.