Skip to content

Commit 6fc008b

Browse files
committed
fix gitlab-ci
1 parent 0d6f0b6 commit 6fc008b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cache:
1919
- master
2020
script:
2121
- ./vendor/bin/phpunit --coverage-text --colors=never
22-
- ./vendor/bin/phpstan analyze --ansi --level=1 ./src
22+
- ./vendor/bin/phpstan analyze --ansi --level=max ./src
2323
artifacts:
2424
paths:
2525
- tests/_output/coverage

0 commit comments

Comments
 (0)