Skip to content

Commit

Permalink
Install CI tools
Browse files Browse the repository at this point in the history
  • Loading branch information
b-viguier committed Aug 18, 2024
1 parent 129c506 commit 0d0f44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
tools: composer
tools: composer, php-cs-fixer, phpstan, phpunit

- name: Validate composer.json and composer.lock
run: composer validate --strict
Expand Down

0 comments on commit 0d0f44c

Please sign in to comment.