Skip to content

Commit

Permalink
Fix action labels
Browse files Browse the repository at this point in the history
  • Loading branch information
hlecorche committed Oct 24, 2023
1 parent fa31a4c commit 58e4797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ jobs:
if: matrix.coding-standards != true
run: composer remove friendsofphp/php-cs-fixer --dev --no-update

- name: Remove vimeo/psalm
- name: Remove phpstan/phpstan
if: matrix.static-analysis != true
run: composer remove vimeo/psalm --dev --no-update
run: composer remove phpstan/phpstan --dev --no-update

- name: Configure Symfony Flex
if: matrix.symfony-version
Expand Down

0 comments on commit 58e4797

Please sign in to comment.