Skip to content

Commit

Permalink
Use PHPUnit from installed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
poliander committed Nov 1, 2023
1 parent 099508c commit 89d6018
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,4 @@ jobs:
uses: php-actions/composer@v6

- name: Run unit tests
uses: php-actions/phpunit@master
with:
version: 10
bootstrap: vendor/autoload.php
configuration: phpunit.xml.dist
run: vendor/bin/phpunit

0 comments on commit 89d6018

Please sign in to comment.