Skip to content

Commit bd95361

Browse files
committed
simplify flex setup
1 parent 4a3d31d commit bd95361

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
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
4843
uses: ramsey/composer-install@v2

0 commit comments

Comments
 (0)