Skip to content

Commit

Permalink
Merge pull request #210 from eliashaeussler/task/composer-unused_0.7
Browse files Browse the repository at this point in the history
[TASK] Use composer-unused 0.7 in CI
  • Loading branch information
eliashaeussler authored Mar 1, 2023
2 parents 4b84dab + d4d3e36 commit 65e9f18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cgl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
tools: composer:v2, composer-require-checker, composer-unused
# @todo switch back to composer-unused 0.8 once /~https://github.com/composer-unused/composer-unused/issues/444 is resolved
tools: composer:v2, composer-require-checker, composer-unused:0.7
coverage: none

# Validation
Expand Down

0 comments on commit 65e9f18

Please sign in to comment.