Skip to content

Commit ec84400

Browse files
[Chore] Use Symfony Flex from shivammathur/setup-php (#450)
It still works. <img width="860" height="360" alt="image" src="https://github.com/user-attachments/assets/89c1d0e4-9899-4ddf-a40f-a3b6a95a872a" />
2 parents 1702756 + 25ab453 commit ec84400

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
with:
4242
php-version: "${{ matrix.php }}"
4343
coverage: none
44+
tools: 'composer:v2, flex'
4445

4546
-
4647
name: Setup PostgresSQL
@@ -54,8 +55,6 @@ jobs:
5455
name: Restrict Symfony version
5556
if: matrix.symfony != ''
5657
run: |
57-
composer global config --no-plugins allow-plugins.symfony/flex true
58-
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^1.10"
5958
composer config extra.symfony.require "${{ matrix.symfony }}"
6059
(cd src/Component && composer config extra.symfony.require "${{ matrix.symfony }}")
6160

0 commit comments

Comments
 (0)