Skip to content

[ci] fix blocked plugins #1145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ jobs:
- name: "Add PHPUnit matcher"
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

- name: "Allow the Flex Plugin"
run: composer global config --no-plugins allow-plugins.symfony/flex true

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

Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ install:
- del composer.phar
- rename composer-stable.phar composer.phar
- cd C:\projects\maker-bundle
- composer global config --no-plugins allow-plugins.symfony/flex true
- composer global require --no-progress --no-scripts --no-plugins symfony/flex
- IF %dependencies%==highest appveyor-retry composer update --no-progress --no-suggest --ansi
- composer install --no-interaction --no-progress --ansi --no-scripts --working-dir=tools/twigcs
Expand Down