Skip to content

Commit

Permalink
Allow installation of symfony/flex for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Sep 2, 2024
1 parent 83c9c4b commit 29ed176
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:

# Install Flex as a global dependency to enable usage of extra.symfony.require
# while keeping Flex recipes from applying
- run: composer global config --no-plugins allow-plugins.symfony/flex true
- run: composer global require --no-scripts symfony/flex

- run: composer config extra.symfony.require ${{ matrix.symfony }}
Expand Down

0 comments on commit 29ed176

Please sign in to comment.