Skip to content

Commit 402bd1d

Browse files
committed
always use PHPUnit 11.5.x on CI
1 parent c987ee7 commit 402bd1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
with:
3636
php-version: "${{ matrix.php-version }}"
3737
coverage: "none"
38+
tools: phpunit:11.5
3839

3940
- # https://github.com/ramsey/composer-install
4041
name: Install Composer dependencies
@@ -43,6 +44,5 @@ jobs:
4344
composer-options: "--prefer-dist --no-scripts"
4445

4546
- # https://github.com/sebastianbergmann/phpunit/tree/11.5
46-
# https://github.com/sebastianbergmann/phpunit/tree/12.4
4747
name: Unit tests with PHPUnit
48-
run: vendor/bin/phpunit --no-progress --testdox --do-not-cache-result
48+
run: phpunit --no-progress --testdox --do-not-cache-result

0 commit comments

Comments
 (0)