Skip to content

Commit

Permalink
Merge branch 'jobs' into 22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed May 13, 2023
2 parents 520df5d + 0d8315c commit e31541a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.{md, rst}]
[*.{md,rst}]
trim_trailing_whitespace = false

[*.yml]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: PHPStan
run:
vendor/bin/phpstan analyse --xdebug -vvv
vendor/bin/phpstan analyse -vvv

- name: PHPUnit
run: vendor/bin/phpunit --verbose
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test:php:
- composer normalize --dry-run --indent-size=4 --indent-style=space
- vendor/bin/php-cs-fixer fix --diff --dry-run --verbose
- vendor/bin/phpmd app xml phpmd.xml
- vendor/bin/phpstan analyse --xdebug -vvv
- vendor/bin/phpstan analyse -vvv
- vendor/bin/phpunit --colors=never
- phpdoc
artifacts:
Expand Down

0 comments on commit e31541a

Please sign in to comment.