Skip to content

Commit

Permalink
Always remove vimeo/psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Feb 4, 2024
1 parent 981d5a9 commit f44dc95
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yaml
Expand Up @@ -41,7 +41,10 @@ jobs:
with:
php-version: ${{ matrix.php }}
coverage: ${{ matrix.coverage }}
- run: composer remove --dev facile-it/facile-coding-standard vimeo/psalm --no-update
# @TODO: remove line below when vimeo/psalm allow nikic/php-parser:^5
- run: composer remove --dev vimeo/psalm --no-update
if: matrix.dependencies == 'lowest'
- run: composer remove --dev facile-it/facile-coding-standard --no-update
if: matrix.dependencies == 'lowest'
- uses: ramsey/composer-install@v2
with:
Expand Down

0 comments on commit f44dc95

Please sign in to comment.