We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fdee1 commit 7cd14d8Copy full SHA for 7cd14d8
1 file changed
.github/workflows/ci.yml
@@ -41,8 +41,8 @@ jobs:
41
# Fail if any changes were made by phpcbf (style drift)
42
git --no-pager diff --name-only --exit-code || { echo "::error ::Style drift detected. Please run phpcbf locally."; exit 1; }
43
44
- - name: PHPStan (max level)
45
- run: composer run stan
+ #- name: PHPStan (max level)
+ # run: composer run stan
46
47
test:
48
name: PHPUnit (PHP ${{ matrix.php }})
0 commit comments