Skip to content

Commit

Permalink
DevKit updates (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Nov 27, 2021
1 parent 25e8f2a commit ff2ef10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa.yaml
Expand Up @@ -27,7 +27,7 @@ jobs:
php-version: '8.0'
coverage: none
tools: composer:v2
extensions: mongodb-1.9.0
extensions: mongodb

- name: Install Composer dependencies (highest)
uses: ramsey/composer-install@v1
Expand All @@ -52,7 +52,7 @@ jobs:
php-version: '8.0'
coverage: none
tools: composer:v2
extensions: mongodb-1.9.0
extensions: mongodb

- name: Install Composer dependencies (highest)
uses: ramsey/composer-install@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Expand Up @@ -54,7 +54,7 @@ jobs:
php-version: ${{ matrix.php-version }}
coverage: pcov
tools: composer:v2
extensions: mongodb-1.9.0
extensions: mongodb

- name: Add PHPUnit matcher
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
Expand All @@ -72,7 +72,7 @@ jobs:

- name: Remove dev dependencies not compatible with Symfony 6
if: matrix.symfony-require == '6.0.*'
run: composer remove vimeo/psalm psalm/plugin-phpunit psalm/plugin-symfony weirdan/doctrine-psalm-plugin --dev --no-update --no-interaction
run: composer remove psalm/plugin-symfony --dev --no-update --no-interaction

- name: Install Composer dependencies (${{ matrix.dependencies }})
uses: ramsey/composer-install@v1
Expand Down
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Expand Up @@ -48,6 +48,7 @@
'php_unit_test_annotation' => false,
'php_unit_test_case_static_method_calls' => true,
'phpdoc_order' => true,
'phpdoc_to_comment' => ['ignored_tags' => ['psalm-suppress']],
'single_line_throw' => false,
'static_lambda' => true,
'strict_comparison' => true,
Expand Down

0 comments on commit ff2ef10

Please sign in to comment.