We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c4b60 commit 6f36824Copy full SHA for 6f36824
.github/workflows/test-application.yaml
@@ -37,12 +37,7 @@ jobs:
37
uses: shivammathur/setup-php@v2
38
with:
39
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
+ tools: 'composer:v2,flex'
46
47
- name: Install dependencies with Composer
48
uses: ramsey/composer-install@v3
0 commit comments