Skip to content

Commit

Permalink
drop composer diagnose
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Jun 26, 2024
1 parent 3c3f199 commit c4458c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ jobs:
run: find . -path ./vendor -prune -o -type f -name '*.php' ! -name "test_with_parse_error.php" -print0 | xargs -0 -n1 -P4 php -l -n | (! grep -v "No syntax errors detected" )

- name: Update Composer
run: |
composer self-update
composer diagnose
run: composer self-update

- name: Install Composer dependencies
run: composer install --no-progress --prefer-dist --optimize-autoloader
Expand Down

0 comments on commit c4458c5

Please sign in to comment.