Skip to content

Commit

Permalink
Remove unneeded tools: composer lines (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Aug 27, 2023
1 parent e3f4e44 commit a07bfc9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
php-version: '7.4'
coverage: none
extensions: mbstring
tools: composer

- name: Download dependencies
run: composer update --no-interaction --no-progress
Expand All @@ -48,7 +47,6 @@ jobs:
php-version: '7.4'
coverage: none
extensions: mbstring
tools: composer

- name: Download dependencies
run: composer update --no-interaction --no-progress
Expand All @@ -73,7 +71,6 @@ jobs:
php-version: '7.4'
coverage: none
extensions: mbstring
tools: composer

- name: Download dependencies
run: composer update --no-interaction --no-progress
Expand Down

0 comments on commit a07bfc9

Please sign in to comment.