Skip to content

Commit

Permalink
DevKit updates (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Mar 29, 2022
1 parent bbc4680 commit cc2cb97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Expand Up @@ -2,4 +2,4 @@
#
# It's auto-generated by sonata-project/dev-kit package.

github: [VincentLanglet, greg0ire, core23, OskarStark]
github: [VincentLanglet, jordisala1991, greg0ire, core23]
4 changes: 2 additions & 2 deletions .github/workflows/qa.yaml
Expand Up @@ -37,7 +37,7 @@ jobs:
composer-options: --prefer-dist --prefer-stable

- name: PHPStan
run: vendor/bin/phpstan --memory-limit=1G analyse --error-format=github
run: vendor/bin/phpstan --no-progress --memory-limit=1G analyse --error-format=github
psalm:
name: Psalm

Expand All @@ -61,4 +61,4 @@ jobs:
composer-options: --prefer-dist --prefer-stable

- name: Psalm
run: vendor/bin/psalm --show-info=false --stats --output-format=github --threads=$(nproc) --shepherd --php-version=8.1
run: vendor/bin/psalm --no-progress --show-info=false --stats --output-format=github --threads=$(nproc) --shepherd --php-version=8.1

0 comments on commit cc2cb97

Please sign in to comment.