Skip to content

Commit 8ff4639

Browse files
committed
devops(ci): Don't run phpstan with xdebug.
1 parent 8ed05ca commit 8ff4639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: vendor/bin/phpcs
3434

3535
- name: Run phpstan
36-
run: vendor/bin/phpstan analyse -c phpstan.neon --xdebug --no-progress
36+
run: vendor/bin/phpstan analyse -c phpstan.neon --no-progress
3737

3838
- name: Run Pest
3939
run: vendor/bin/pest

0 commit comments

Comments
 (0)