Skip to content

Commit

Permalink
feat: use --prefer-stable with --prefer-lowest
Browse files Browse the repository at this point in the history
Resolves #178
  • Loading branch information
ramsey committed Dec 22, 2021
1 parent 3c5fe7d commit 157efe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer_install.sh
Expand Up @@ -10,7 +10,7 @@ composer_options=(

case "${INPUTS_DEPENDENCY_VERSIONS}" in
locked) composer_command="install" ;;
lowest) composer_options+=("--prefer-lowest") ;;
lowest) composer_options+=("--prefer-lowest" "--prefer-stable") ;;
highest) ;;
esac

Expand Down

0 comments on commit 157efe6

Please sign in to comment.