diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 8876203dbb..79c6b9f114 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -93,7 +93,7 @@ jobs: - name: Install Composer dependencies uses: ramsey/composer-install@f680dac46551dffb2234a240d65ae806c2999dd6 # v2.1.0 with: - composer-options: "--no-progress --no-ansi --no-interaction" + composer-options: "--no-progress --no-ansi" - name: Make Composer packages available globally run: echo "${PWD}/vendor/bin" >> $GITHUB_PATH diff --git a/.github/workflows/php-compatibility.yml b/.github/workflows/php-compatibility.yml index f74868892f..aa4d4df1b4 100644 --- a/.github/workflows/php-compatibility.yml +++ b/.github/workflows/php-compatibility.yml @@ -88,7 +88,7 @@ jobs: - name: Install Composer dependencies uses: ramsey/composer-install@f680dac46551dffb2234a240d65ae806c2999dd6 # v2.1.0 with: - composer-options: "--no-progress --no-ansi --no-interaction" + composer-options: "--no-progress --no-ansi" - name: Make Composer packages available globally run: echo "${PWD}/vendor/bin" >> $GITHUB_PATH