Skip to content

Commit 0322005

Browse files
committed
Remove incompatible packages
1 parent 67e642b commit 0322005

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
@@ -91,7 +91,7 @@ jobs:
9191
mongodb-version: "8.0"
9292
driver-version: "stable"
9393
dependencies: "highest"
94-
symfony-version: "^8.0"
94+
symfony-version: "8.0"
9595
proxy: "lazy-ghost"
9696
# Test with a sharded cluster
9797
# Currently disabled due to a bug where MongoDB reports "sharding status unknown"
@@ -144,8 +144,11 @@ jobs:
144144
if: "${{ matrix.symfony-version != 'stable' }}"
145145
run: |
146146
composer config minimum-stability dev
147+
# incompatible with Symfony 8.0
148+
composer remove --no-update --dev doctrine/orm phpbench/phpbench
147149
# update symfony deps
148150
composer require --no-update symfony/console:^${{ matrix.symfony-version }}
151+
composer require --no-update symfony/var-exporter:^${{ matrix.symfony-version }}
149152
composer require --no-update symfony/var-dumper:^${{ matrix.symfony-version }}
150153
composer require --no-update --dev symfony/cache:^${{ matrix.symfony-version }}
151154

0 commit comments

Comments
 (0)