Skip to content

Commit 26f68f5

Browse files
authoredMay 5, 2024··
Merge pull request #493 from symfony-cmf/ci
simplify flex setup
2 parents 4a3d31d + 3a5f912 commit 26f68f5

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)
Please sign in to comment.