We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64e189a + 16be1c7 commit 591a6ebCopy full SHA for 591a6eb
.github/workflows/build.yml
@@ -41,13 +41,12 @@ jobs:
41
with:
42
php-version: "${{ matrix.php }}"
43
coverage: none
44
+ tools: 'composer:v2, flex'
45
46
-
47
name: Restrict Symfony version
48
if: matrix.symfony != ''
49
run: |
- composer global config --no-plugins allow-plugins.symfony/flex true
50
- composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^1.10"
51
composer config extra.symfony.require "${{ matrix.symfony }}"
52
(cd src/Component && composer config extra.symfony.require "${{ matrix.symfony }}")
53
0 commit comments