Skip to content

Commit

Permalink
Merge pull request #291 from symfony-cmf/ci
Browse files Browse the repository at this point in the history
simplify flex install
dbu authored May 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 28c4b60 + 6f36824 commit c519ea4
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
@@ -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

0 comments on commit c519ea4

Please sign in to comment.