Skip to content

Commit 3839bd2

Browse files
committed
roh
--' d
1 parent cc1abd2 commit 3839bd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,9 @@ jobs:
709709
path: ${{ steps.composercache.outputs.dir }}
710710
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
711711
restore-keys: ${{ runner.os }}-composer-
712+
# https://github.com/doctrine/orm/pull/10736
713+
- name: Fix Doctrine dependencies
714+
run: composer require "doctrine/orm:^2.16" -W --dev --no-interaction --no-progress --ansi
712715
- name: Update project dependencies
713716
run: composer update --no-interaction --no-progress --ansi
714717
- name: Require Symfony components

0 commit comments

Comments
 (0)