Skip to content

Commit 22af0ca

Browse files
committed
minor #1373 CI: Remove "Require symfony/flex" step from tests (rosier)
This PR was merged into the main branch. Discussion ---------- CI: Remove "Require symfony/flex" step from tests I think this step can be remove since "symfony/flex" is already part of the project dependencies. https://github.com/symfony/demo/blob/v2.2.0/composer.json#L28 Commits ------- 600633d Remove "Require symfony/flex" step from tests
2 parents 7349f26 + 600633d commit 22af0ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/tests.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ jobs:
5858
key: ${{ runner.os }}-${{ matrix.php-version }}-composer-${{ hashFiles('composer.json') }}
5959
restore-keys: ${{ runner.os }}-${{ matrix.php-version }}-composer-
6060

61-
- name: "Require symfony/flex"
62-
run: composer require --no-progress --no-scripts --no-plugins symfony/flex
63-
6461
- name: "Install dependencies"
6562
run: composer update --no-interaction --prefer-dist --optimize-autoloader
6663

0 commit comments

Comments
 (0)