Skip to content

Commit 13df7be

Browse files
committed
Remove incompatible packages
1 parent 1adabf4 commit 13df7be

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
mongodb-version: "8.0"
8484
driver-version: "stable"
8585
dependencies: "highest"
86-
symfony-version: "^8.0"
86+
symfony-version: "8.0"
8787
proxy: "lazy-ghost"
8888
# Test with a sharded cluster
8989
# Currently disabled due to a bug where MongoDB reports "sharding status unknown"
@@ -136,8 +136,11 @@ jobs:
136136
if: "${{ matrix.symfony-version != 'stable' }}"
137137
run: |
138138
composer config minimum-stability dev
139+
# incompatible with Symfony 8.0
140+
composer remove --no-update --dev doctrine/orm phpbench/phpbench
139141
# update symfony deps
140142
composer require --no-update symfony/console:^${{ matrix.symfony-version }}
143+
composer require --no-update symfony/var-exporter:^${{ matrix.symfony-version }}
141144
composer require --no-update symfony/var-dumper:^${{ matrix.symfony-version }}
142145
composer require --no-update --dev symfony/cache:^${{ matrix.symfony-version }}
143146

0 commit comments

Comments
 (0)