Skip to content

Commit dd8b818

Browse files
committed
install flex through shivammathur
1 parent 72c7e2b commit dd8b818

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/test-application.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,7 @@ jobs:
4545
uses: shivammathur/setup-php@v2
4646
with:
4747
php-version: ${{ matrix.php-version }}
48-
tools: 'composer:v2'
49-
50-
- name: Install Symfony Flex
51-
run: composer global require --no-progress --no-scripts --no-plugins symfony/flex
52-
53-
- name: Allow Symfony Flex Plugin
54-
run: composer global config --no-plugins allow-plugins.symfony/flex true
48+
tools: 'composer:v2', flex
5549

5650
- name: Install dependencies with Composer
5751
uses: ramsey/composer-install@v1

0 commit comments

Comments
 (0)