File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 91
91
mongodb-version : " 8.0"
92
92
driver-version : " stable"
93
93
dependencies : " highest"
94
- symfony-version : " ^ 8.0"
94
+ symfony-version : " 8.0"
95
95
proxy : " lazy-ghost"
96
96
# Test with a sharded cluster
97
97
# Currently disabled due to a bug where MongoDB reports "sharding status unknown"
@@ -144,8 +144,11 @@ jobs:
144
144
if : " ${{ matrix.symfony-version != 'stable' }}"
145
145
run : |
146
146
composer config minimum-stability dev
147
+ # incompatible with Symfony 8.0
148
+ composer remove --no-update --dev doctrine/orm phpbench/phpbench
147
149
# update symfony deps
148
150
composer require --no-update symfony/console:^${{ matrix.symfony-version }}
151
+ composer require --no-update symfony/var-exporter:^${{ matrix.symfony-version }}
149
152
composer require --no-update symfony/var-dumper:^${{ matrix.symfony-version }}
150
153
composer require --no-update --dev symfony/cache:^${{ matrix.symfony-version }}
151
154
You can’t perform that action at this time.
0 commit comments