Skip to content

Commit

Permalink
Merge pull request #200 from localheinz/fix/phpunit
Browse files Browse the repository at this point in the history
Fix: Do not bother installing `phpunit` with `shivammathur/setup-php`
  • Loading branch information
localheinz authored Apr 26, 2022
2 parents f4c61a6 + 5cd60de commit ad47cdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
tools: phpunit

- name: Install dependencies
run: composer -n install
Expand Down

0 comments on commit ad47cdd

Please sign in to comment.