Skip to content

Commit

Permalink
Add --no-interaction and --dev on create_phpunit_sandbox function to …
Browse files Browse the repository at this point in the history
…create a release

Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Dec 7, 2022
1 parent 5a6b5e7 commit a08f256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-release.sh
Expand Up @@ -275,7 +275,7 @@ create_phpunit_sandbox() {
PHPUNIT_VERSION="$(get_composer_package_version 'phpunit/phpunit')"
TEMP_PHPUNIT_FOLDER="$(mktemp -d /tmp/phpMyAdmin-phpunit.XXXXXXXXX)"
cd "${TEMP_PHPUNIT_FOLDER}"
composer require "phpunit/phpunit:${PHPUNIT_VERSION}"
composer require --no-interaction --dev "phpunit/phpunit:${PHPUNIT_VERSION}"
cd -
}

Expand Down

0 comments on commit a08f256

Please sign in to comment.