Skip to content

Commit

Permalink
Merge pull request #446 from php-http/fix-flex-setup
Browse files Browse the repository at this point in the history
adjust composer install steps
  • Loading branch information
dbu committed Jan 12, 2024
2 parents 7faff5c + a29d350 commit 22dae44
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -93,8 +93,10 @@ jobs:
run: "composer config minimum-stability stable"
if: "${{ matrix.stability == 'stable' }}"

- name: "Install dependencies"
run: "composer require --no-progress --no-scripts --no-plugins symfony/flex ${{ matrix.dependencies }}"
- name: "Add dependencies and enable flex"
run: |
composer require --no-update symfony/flex ${{ matrix.dependencies }}
composer config --no-plugins allow-plugins.symfony/flex true
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
Expand Down

0 comments on commit 22dae44

Please sign in to comment.