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.
1 parent 828ac1b commit b762aecCopy full SHA for b762aec
.github/workflows/tests.yml
@@ -28,11 +28,10 @@ jobs:
28
with:
29
php-version: ${{ matrix.php }}
30
31
- - name: Install symfony/flex
32
- run: composer global require --no-progress --no-scripts --no-plugins symfony/flex
33
-
34
- - name: Composer update on php ${{ matrix.php }} and symfony ${{ matrix.sf_version }}
35
- run: export SYMFONY_REQUIRE=${{ matrix.sf_version }} composer update --prefer-dist --no-progress
+ - name: Install dependencies
+ uses: php-actions/composer@v6
+ with:
+ command: export SYMFONY_REQUIRE=${{ matrix.sf_version }} composer update
36
37
- uses: php-actions/phpunit@v3
38
0 commit comments