Skip to content

Commit f66b541

Browse files
exaby73transistive
authored andcommitted
ci: Move back to manual composer setup, and fix command
1 parent b762aec commit f66b541

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ jobs:
2828
with:
2929
php-version: ${{ matrix.php }}
3030

31-
- name: Install dependencies
32-
uses: php-actions/composer@v6
33-
with:
34-
command: export SYMFONY_REQUIRE=${{ matrix.sf_version }} composer update
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
3536

3637
- uses: php-actions/phpunit@v3
3738
with:

0 commit comments

Comments
 (0)