Skip to content

Commit

Permalink
use PHPUnit defined by vendor-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Oct 7, 2024
1 parent 93e95e8 commit 8d9a058
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@ jobs:
uses: actions/checkout@v4

- # https://github.com/shivammathur/setup-php
name: Setup PHP runtime for PHPUnit 10
name: Setup PHP runtime
uses: shivammathur/setup-php@v2
with:
php-version: "${{ matrix.php-version }}"
coverage: "none"
tools: phpunit:10.5

- # https://github.com/ramsey/composer-install
name: Install Composer dependencies
Expand All @@ -45,4 +44,4 @@ jobs:

- # https://github.com/sebastianbergmann/phpunit/tree/10.5
name: Unit tests with PHPUnit 10
run: phpunit --no-progress --testdox --do-not-cache-result
run: vendor/bin/phpunit --no-progress --testdox --do-not-cache-result

0 comments on commit 8d9a058

Please sign in to comment.