Skip to content

Commit

Permalink
DevKit updates (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Jan 29, 2022
1 parent cf2fb34 commit 265423a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Expand Up @@ -11,3 +11,5 @@ phpunit.xml.dist export-ignore
phpstan.neon.dist export-ignore
phpstan-baseline.neon export-ignore
phpstan-console-application.php export-ignore
psalm.xml export-ignore
psalm-baseline.xml export-ignore
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install PHP with extensions
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.0'
coverage: none
tools: composer:v2, php-cs-fixer:3.4
env:
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Install PHP with extensions
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.0'
coverage: none
tools: composer:v2, composer-normalize:2
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/qa.yaml
Expand Up @@ -54,6 +54,7 @@ jobs:
php-version: '8.0'
coverage: none
tools: composer:v2
extensions: zip

- name: Install Composer dependencies (highest)
uses: ramsey/composer-install@v2
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test.yaml
Expand Up @@ -30,7 +30,6 @@ jobs:
- '7.3'
- '7.4'
- '8.0'
- '8.1'
dependencies: [highest]
allowed-to-fail: [false]
symfony-require: ['']
Expand All @@ -40,11 +39,11 @@ jobs:
dependencies: lowest
allowed-to-fail: false
variant: normal
- php-version: '8.1'
- php-version: '8.0'
dependencies: highest
allowed-to-fail: false
variant: sonata-project/block-bundle:"3.*"
- php-version: '8.1'
- php-version: '8.0'
dependencies: highest
allowed-to-fail: false
symfony-require: 4.4.*
Expand Down
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -10,6 +10,7 @@ Symfony SonataFormatterBundle

[![Latest Stable Version](https://poser.pugx.org/sonata-project/formatter-bundle/v/stable)](https://packagist.org/packages/sonata-project/formatter-bundle)
[![Latest Unstable Version](https://poser.pugx.org/sonata-project/formatter-bundle/v/unstable)](https://packagist.org/packages/sonata-project/formatter-bundle)
[![Psalm Type Coverage][shepherd_stable_badge]][shepherd_stable_link]
[![License](https://poser.pugx.org/sonata-project/formatter-bundle/license)](https://packagist.org/packages/sonata-project/formatter-bundle)

[![Total Downloads](https://poser.pugx.org/sonata-project/formatter-bundle/downloads)](https://packagist.org/packages/sonata-project/formatter-bundle)
Expand Down Expand Up @@ -44,6 +45,8 @@ This package is available under the [MIT license](LICENSE).
[coverage_stable_link]: https://codecov.io/gh/sonata-project/SonataFormatterBundle/branch/4.x
[coverage_unstable_badge]: https://codecov.io/gh/sonata-project/SonataFormatterBundle/branch/5.x/graph/badge.svg
[coverage_unstable_link]: https://codecov.io/gh/sonata-project/SonataFormatterBundle/branch/5.x
[shepherd_stable_badge]: https://shepherd.dev/github/sonata-project/SonataFormatterBundle/coverage.svg
[shepherd_stable_link]: https://shepherd.dev/github/sonata-project/SonataFormatterBundle
[documentation_stable_badge]: https://readthedocs.org/projects/sonataformatterbundle/badge/?version=4.x
[documentation_stable_link]: https://docs.sonata-project.org/projects/SonataFormatterBundle/en/4.x/?badge=4.x
[documentation_unstable_badge]: https://readthedocs.org/projects/sonataformatterbundle/badge/?version=5.x
Expand Down

0 comments on commit 265423a

Please sign in to comment.