Skip to content

Commit eaa8fad

Browse files
committed
Doctrine ODM 3.6-dev is compatible with Symfony 8
1 parent 11f4ff3 commit eaa8fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
run: |
146146
composer config minimum-stability dev
147147
# incompatible with Symfony 8.0
148-
composer remove --no-update --dev doctrine/orm phpbench/phpbench
148+
composer remove --no-update --dev phpbench/phpbench
149149
# update symfony deps
150150
composer require --no-update symfony/console:^${{ matrix.symfony-version }}
151151
composer require --no-update symfony/var-dumper:^${{ matrix.symfony-version }}

0 commit comments

Comments
 (0)