Skip to content

Commit 3a5f912

Browse files
committed
simplify flex setup
1 parent 4a3d31d commit 3a5f912

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/test-application.yaml

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

4742
- name: Install dependencies with Composer
48-
uses: ramsey/composer-install@v2
43+
uses: ramsey/composer-install@v3
4944
with:
5045
dependency-versions: ${{ matrix.dependencies }}
5146
composer-options: --prefer-dist

0 commit comments

Comments
 (0)