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 e04ac94 commit 169fb07Copy full SHA for 169fb07
.github/workflows/static-code-analysis.yml
@@ -19,5 +19,10 @@ jobs:
19
- name: Install Composer dependencies
20
uses: ramsey/composer-install@v2
21
22
+ # PHPUnit Bridge won't install a version of PHPUnit by default, but this will trick
23
+ # it into doing so.
24
+ - name: Install PHPUnit
25
+ run: composer test -- --version
26
+
27
- name: Run PHPStan
28
run: composer static-analysis
0 commit comments