Skip to content

Commit

Permalink
install flex through shivammathur
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Apr 5, 2024
1 parent 72c7e2b commit dd8b818
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,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

- name: Allow Symfony Flex Plugin
run: composer global config --no-plugins allow-plugins.symfony/flex true
tools: 'composer:v2', flex

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

0 comments on commit dd8b818

Please sign in to comment.