Skip to content

Commit 5024f76

Browse files
committed
Doctrine ODM 3.6-dev is compatible with Symfony 8
1 parent b9fb62f commit 5024f76

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
@@ -137,7 +137,7 @@ jobs:
137137
run: |
138138
composer config minimum-stability dev
139139
# incompatible with Symfony 8.0
140-
composer remove --no-update --dev doctrine/orm phpbench/phpbench
140+
composer remove --no-update --dev phpbench/phpbench
141141
# update symfony deps
142142
composer require --no-update symfony/console:^${{ matrix.symfony-version }}
143143
composer require --no-update symfony/var-dumper:^${{ matrix.symfony-version }}

0 commit comments

Comments
 (0)