Skip to content

Commit

Permalink
minor #1373 CI: Remove "Require symfony/flex" step from tests (rosier)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
javiereguiluz committed Dec 8, 2022
2 parents 7349f26 + 600633d commit 22af0ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ jobs:
key: ${{ runner.os }}-${{ matrix.php-version }}-composer-${{ hashFiles('composer.json') }}
restore-keys: ${{ runner.os }}-${{ matrix.php-version }}-composer-

- name: "Require symfony/flex"
run: composer require --no-progress --no-scripts --no-plugins symfony/flex

- name: "Install dependencies"
run: composer update --no-interaction --prefer-dist --optimize-autoloader

Expand Down

0 comments on commit 22af0ca

Please sign in to comment.