From bc39b9fb297887e6075765c281893eb7b2408d7b Mon Sep 17 00:00:00 2001 From: Kevin Bond Date: Tue, 2 Nov 2021 17:03:23 -0400 Subject: [PATCH] disable phpspec in Symfony 6 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e17fc4d..3ee2b91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,7 @@ jobs: - name: Run phpspec run: vendor/bin/phpspec run --format=pretty + if: matrix.symfony != '6.0.*' code-coverage: name: Code Coverage