Skip to content

Commit

Permalink
simplify flex install
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed May 5, 2024
1 parent 28c4b60 commit 6f36824
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
tools: 'composer:v2'

- name: Install Symfony Flex
run: |
composer global require --no-progress --no-scripts --no-plugins symfony/flex
composer global config --no-plugins allow-plugins.symfony/flex true
tools: 'composer:v2,flex'

- name: Install dependencies with Composer
uses: ramsey/composer-install@v3
Expand Down

0 comments on commit 6f36824

Please sign in to comment.