Skip to content

Commit

Permalink
Merge pull request #493 from symfony-cmf/ci
Browse files Browse the repository at this point in the history
simplify flex setup
  • Loading branch information
dbu authored May 5, 2024
2 parents 4a3d31d + 3a5f912 commit 26f68f5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,10 @@ 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
uses: ramsey/composer-install@v3
with:
dependency-versions: ${{ matrix.dependencies }}
composer-options: --prefer-dist
Expand Down

0 comments on commit 26f68f5

Please sign in to comment.