Skip to content

Commit 6f36824

Browse files
committed
simplify flex install
1 parent 28c4b60 commit 6f36824

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test-application.yaml

+1-6
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,7 @@ jobs:
3737
uses: shivammathur/setup-php@v2
3838
with:
3939
php-version: ${{ matrix.php-version }}
40-
tools: 'composer:v2'
41-
42-
- name: Install Symfony Flex
43-
run: |
44-
composer global require --no-progress --no-scripts --no-plugins symfony/flex
45-
composer global config --no-plugins allow-plugins.symfony/flex true
40+
tools: 'composer:v2,flex'
4641

4742
- name: Install dependencies with Composer
4843
uses: ramsey/composer-install@v3

0 commit comments

Comments
 (0)