Skip to content

Commit 8955dab

Browse files
committed
Update GH actions to use ramsey/composer-install
1 parent 9023aef commit 8955dab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/static_analysis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131

3232
- run: composer config extra.symfony.require ~8.0.0
3333

34-
- run: composer update --prefer-dist
34+
- uses: ramsey/composer-install@v3
35+
with:
36+
dependency-versions: highest
37+
composer-options: '--prefer-dist'
3538

3639
- run: composer ${{ matrix.script }}

0 commit comments

Comments
 (0)