Skip to content

Commit 7cd14d8

Browse files
Comment out PHPStan step in CI workflow
1 parent 36fdee1 commit 7cd14d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
# Fail if any changes were made by phpcbf (style drift)
4242
git --no-pager diff --name-only --exit-code || { echo "::error ::Style drift detected. Please run phpcbf locally."; exit 1; }
4343
44-
- name: PHPStan (max level)
45-
run: composer run stan
44+
#- name: PHPStan (max level)
45+
# run: composer run stan
4646

4747
test:
4848
name: PHPUnit (PHP ${{ matrix.php }})

0 commit comments

Comments
 (0)