Skip to content

Commit

Permalink
Merge pull request #25 from codeigniter4/update-deptrac.yml
Browse files Browse the repository at this point in the history
Update deptrac.yml
  • Loading branch information
kenjis authored Mar 16, 2024
2 parents d8ea2aa + f57e1d4 commit 08466f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deptrac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
tools: phive
tools: composer
extensions: intl, json, mbstring, xml
coverage: none
env:
Expand Down Expand Up @@ -76,5 +76,5 @@ jobs:
- name: Trace dependencies
run: |
sudo phive --no-progress install --global --trust-gpg-keys B8F640134AB1782E,A98E898BB53EB748 qossmic/deptrac
deptrac analyze --cache-file=build/deptrac.cache
composer require --dev qossmic/deptrac-shim
vendor/bin/deptrac analyze --cache-file=build/deptrac.cache

0 comments on commit 08466f3

Please sign in to comment.