Skip to content

Commit

Permalink
simplify flex setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed May 5, 2024
1 parent 4a3d31d commit bd95361
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,7 @@ jobs:
with:
php-version: ${{ matrix.php-version }}
extensions: 'pdo, pdo_sqlite'
tools: 'composer:v2'

- name: Install Symfony Flex
run: |
composer global config --no-plugins allow-plugins.symfony/flex true
composer global require --no-progress --no-scripts --no-plugins symfony/flex
tools: 'composer:v2, flex'

- name: Install dependencies with Composer
uses: ramsey/composer-install@v2
Expand Down

0 comments on commit bd95361

Please sign in to comment.