Skip to content

Commit d0dfc60

Browse files
committed
Force the PHPStan job to install a version of PHPUnit
1 parent ee498a8 commit d0dfc60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/static-code-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ jobs:
1919
- name: Install Composer dependencies
2020
uses: ramsey/composer-install@v2
2121

22+
- name: Install PHPUnit
23+
run: composer test -- --version
24+
2225
- name: Run PHPStan
2326
run: composer static-analysis

0 commit comments

Comments
 (0)