Skip to content

Commit c519ea4

Browse files
authored
Merge pull request #291 from symfony-cmf/ci
simplify flex install
2 parents 28c4b60 + 6f36824 commit c519ea4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test-application.yaml

Lines changed: 1 addition & 6 deletions
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)