Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
DevKit updates (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI authored Oct 22, 2020
1 parent 568122f commit dbf7d74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#
# It's auto-generated by sonata-project/dev-kit package.

github: [OskarStark, core23, VincentLanglet]
github: [OskarStark, core23, VincentLanglet, wbloszyk]
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
if: matrix.php-version == '8.0'
run: composer config platform.php 7.4.99

- name: Sets phpunit 9 for PHP 8.0
- name: Sets PHPUnit 9 for PHP 8.0
if: matrix.php-version == '8.0'
run: |
echo 'SYMFONY_PHPUNIT_VERSION=9' >> $GITHUB_ENV
Expand Down
2 changes: 2 additions & 0 deletions docs/.doctor-rst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ rules:
no_php_open_tag_in_code_block_php_directive: ~
no_php_prefix_before_bin_console: ~
no_space_before_self_xml_closing_tag: ~
only_backslashes_in_namespace_in_php_code_block: ~
only_backslashes_in_use_statements_in_php_code_block: ~
replacement: ~
short_array_syntax: ~
typo: ~
Expand Down

0 comments on commit dbf7d74

Please sign in to comment.