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 a338969 commit 1379507Copy full SHA for 1379507
1 file changed
.github/workflows/php.yml
@@ -91,7 +91,7 @@ jobs:
91
working-directory: "solid"
92
env:
93
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
94
- - run: solid/vendor/phpunit/phpunit --configuration .config/phpunit.xml.dist
+ - run: solid/vendor/phpunit/phpunit/phpunit --configuration .config/phpunit.xml.dist
95
# 03.quality.php.scan.dependencies-vulnerabilities.yml
96
scan-dependencies-vulnerabilities:
97
name: Scan Dependencies Vulnerabilities
0 commit comments