From 6676497ce1eeaf129f19b35d42802fbde606e961 Mon Sep 17 00:00:00 2001 From: Serhii Donii <serhii.donii@macpaw.com> Date: Tue, 16 Jul 2024 15:23:59 +0300 Subject: [PATCH] feat(o10r-symfony-template-154): Upgrade doctrine/orm to 3.* version - add doctrine dbal 4.0 support --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b6d39cf..23f660f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,6 +44,7 @@ jobs: doctrine-orm-versions: '^3.0' symfony-versions: '^7.0' doctrine-dbal-versions: '^4.0' + coverage: 'none' name: PHP ${{ matrix.php }} Symfony ${{ matrix.symfony-versions }} Doctrine ${{ matrix.doctrine-orm-versions }} Doctrine Dbal ${{ matrix.doctrine-dbal-versions }} ${{ matrix.description }} steps: