Skip to content

Commit a0ed9ac

Browse files
committed
minor #7236 remove workaround, DoctrineFixturesBundle is compatible with Symfony 8 (xabbuh)
This PR was merged into the 4.x branch. Discussion ---------- remove workaround, DoctrineFixturesBundle is compatible with Symfony 8 Commits ------- 2aa6220 remove workaround, DoctrineFixturesBundle is compatible with Symfony 8
2 parents 1910fea + 2aa6220 commit a0ed9ac

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -107,16 +107,6 @@ jobs:
107107
if: ${{ matrix.symfony_version }}
108108
run: composer config extra.symfony.require "${{ matrix.symfony_version }}.*"
109109

110-
# Remove this step when https://github.com/doctrine/DoctrineFixturesBundle/pull/542 is merged and released
111-
- name: "Temporary: alias some packages to make Symfony 8 packages installable"
112-
if: ${{ matrix.symfony_version == '8.0.x' }}
113-
run: |
114-
composer require --no-update "symfony/config:7.4.x-dev as 8.0.x-dev"
115-
composer require --no-update "symfony/console:7.4.x-dev as 8.0.x-dev"
116-
composer require --no-update "symfony/dependency-injection:7.4.x-dev as 8.0.x-dev"
117-
composer require --no-update "symfony/doctrine-bridge:7.4.x-dev as 8.0.x-dev"
118-
composer require --no-update "symfony/http-kernel:7.4.x-dev as 8.0.x-dev"
119-
120110
- name: Install dependencies
121111
run: |
122112
composer update ${{ matrix.composer_args }};

0 commit comments

Comments
 (0)