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 ecf3f85 commit 6d13d6aCopy full SHA for 6d13d6a
.github/workflows/lint.yaml
@@ -89,7 +89,7 @@ jobs:
89
90
- name: Check if any dependencies are compromised
91
if: always() && steps.install.outcome == 'success'
92
- run: /home/runner/.symfony/bin/symfony check:security
+ run: /home/runner/.symfony5/bin/symfony check:security
93
94
- name: Run PHPStan
95
0 commit comments