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 3c3876b commit f9b222a
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 @@ -98,7 +98,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 f9b222a

Please sign in to comment.