Skip to content

Commit 2ee49f7

Browse files
committed
-
1 parent 6d4193d commit 2ee49f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,11 @@ jobs:
106106
if: ${{ matrix.symfony_version }}
107107
run: composer config extra.symfony.require "${{ matrix.symfony_version }}.*"
108108

109-
- name: Alias symfony/mime for Symfony 8 compatibility
109+
- name: "Temporary: alias some packages to make Symfony 8 packages installable"
110110
if: ${{ matrix.symfony_version == '8.0.x' }}
111111
run: |
112112
composer require --no-update "symfony/mime:7.4.x-dev as 8.0.x-dev"
113+
composer require --no-update "symfony/framework-bundle:7.4.x-dev as 8.0.x-dev"
113114
114115
- name: Install dependencies
115116
run: |

0 commit comments

Comments
 (0)