We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c987ee7 commit 402bd1dCopy full SHA for 402bd1d
.github/workflows/lint.yml
@@ -35,6 +35,7 @@ jobs:
35
with:
36
php-version: "${{ matrix.php-version }}"
37
coverage: "none"
38
+ tools: phpunit:11.5
39
40
- # https://github.com/ramsey/composer-install
41
name: Install Composer dependencies
@@ -43,6 +44,5 @@ jobs:
43
44
composer-options: "--prefer-dist --no-scripts"
45
46
- # https://github.com/sebastianbergmann/phpunit/tree/11.5
- # https://github.com/sebastianbergmann/phpunit/tree/12.4
47
name: Unit tests with PHPUnit
48
- run: vendor/bin/phpunit --no-progress --testdox --do-not-cache-result
+ run: phpunit --no-progress --testdox --do-not-cache-result
0 commit comments