Skip to content

Commit

Permalink
Add --no-update flag
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Aug 12, 2024
1 parent fb1f177 commit 86af382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
run: "composer config --unset require-dev"

- name: "Add shipmonk/composer-dependency-analyser to composer.json"
run: "composer require --dev --no-install --no-plugins --no-scripts shipmonk/composer-dependency-analyser"
run: "composer require --dev --no-install --no-update --no-plugins --no-scripts shipmonk/composer-dependency-analyser"

- name: "Install composer dependencies"
uses: "ramsey/composer-install@v3"
Expand Down

0 comments on commit 86af382

Please sign in to comment.