From 1a0dd8bc05d012e890aa6890373d47c152803b16 Mon Sep 17 00:00:00 2001 From: Sonata CI Date: Mon, 20 Sep 2021 16:46:31 +0100 Subject: [PATCH] DevKit updates (#674) --- .github/workflows/test.yaml | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4d26b9c4..dc6055a5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -80,6 +80,10 @@ jobs: - name: Allow unstable dependencies run: composer config minimum-stability dev + - 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 + - name: "Install Composer dependencies (${{ matrix.dependencies }})" uses: "ramsey/composer-install@v1" with: diff --git a/README.md b/README.md index 8a76822a..392587cb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Symfony Sonata / Integrate Doctrine MongoDB ODM into the SonataAdminBundle Branch | Github Actions | Code Coverage | Documentation | ------ | -------------- | ------------- | ------------- | -4.x | [![Test][test_stable_badge]][test_stable_link] | [![Coverage Status][coverage_stable_badge]][coverage_stable_link] | [![Documentation Status][documentation_stable_badge]][documentation_stable_link] | +4.x | [![Test][test_stable_badge]][test_stable_link] | [![Coverage Status][coverage_stable_badge]][coverage_stable_link] | [![Documentation Status][documentation_stable_badge]][documentation_stable_link] | 5.x | [![Test][test_unstable_badge]][test_unstable_link] | [![Coverage Status][coverage_unstable_badge]][coverage_unstable_link] | [![Documentation Status][documentation_unstable_badge]][documentation_unstable_link] | ## Documentation