Skip to content

Commit 83fcfcb

Browse files
committed
Fix broken build
1 parent 7533031 commit 83fcfcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
restore-keys: ${{ runner.os }}-${{ matrix.php }}-composer-${{ matrix.dependencies }}-
109109

110110
- name: Remove optional packages
111-
run: composer remove doctrine/dbal doctrine/doctrine-bundle symfony/messenger symfony/twig-bundle symfony/cache symfony/cache-contracts --dev --no-update
111+
run: composer remove doctrine/dbal doctrine/doctrine-bundle symfony/messenger symfony/twig-bundle symfony/cache --dev --no-update
112112

113113
- name: Install highest dependencies
114114
run: composer update --no-progress --no-interaction --prefer-dist

0 commit comments

Comments
 (0)