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 99708c6 commit bffec16Copy full SHA for bffec16
1 file changed
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
if: ${{ matrix.php == '8.5' }}
57
58
- name: Run static analysis
59
- run: composer phpstan-build
+ run: composer phpstan
60
if: ${{ matrix.php == '8.4' && matrix.stability == 'prefer-stable'}}
61
62
- name: Run Coding style rules
0 commit comments