Skip to content

Commit e578a37

Browse files
committed
fix doctrine lexer deprecations
1 parent cc1abd2 commit e578a37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
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/annotations:^2.0" "doctrine/mongodb-odm:^2.4" -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)