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 83
83
mongodb-version : " 8.0"
84
84
driver-version : " stable"
85
85
dependencies : " highest"
86
- symfony-version : " ^ 8.0"
86
+ symfony-version : " 8.0"
87
87
proxy : " lazy-ghost"
88
88
# Test with a sharded cluster
89
89
# Currently disabled due to a bug where MongoDB reports "sharding status unknown"
@@ -136,8 +136,11 @@ jobs:
136
136
if : " ${{ matrix.symfony-version != 'stable' }}"
137
137
run : |
138
138
composer config minimum-stability dev
139
+ # incompatible with Symfony 8.0
140
+ composer remove --no-update --dev doctrine/orm phpbench/phpbench
139
141
# update symfony deps
140
142
composer require --no-update symfony/console:^${{ matrix.symfony-version }}
143
+ composer require --no-update symfony/var-exporter:^${{ matrix.symfony-version }}
141
144
composer require --no-update symfony/var-dumper:^${{ matrix.symfony-version }}
142
145
composer require --no-update --dev symfony/cache:^${{ matrix.symfony-version }}
143
146
You can’t perform that action at this time.
0 commit comments