Skip to content

Commit

Permalink
(chore) Remove deprecated --no-progress option
Browse files Browse the repository at this point in the history
  • Loading branch information
nitriques committed Sep 5, 2024
1 parent be847d6 commit 6aacf59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ jobs:
tools: composer
- name: composer install
run: composer install --no-scripts --prefer-dist --no-suggest --no-progress
run: composer install --no-scripts --prefer-dist --no-progress
- name: format
run: ./vendor/bin/php-cs-fixer fix modules --rules=@PhpCsFixer,-yoda_style,-concat_space
Expand Down

0 comments on commit 6aacf59

Please sign in to comment.