Make WordPress Core


Ignore:
Timestamp:
09/26/2022 07:15:05 PM (2 years ago)
Author:
desrosj
Message:

Build/Test Tools: Remove unnecessary --no-interaction option from Composer commands.

As of version 2.17.0 of the shivammathur/setup-php action, the COMPOSER_NO_INTERACTION environment variable is configured by default. —-no-interaction will always be used.

Props jrf, hellofromTonya, SergeyBiryukov, costdev, desrosj.
Fixes #54695.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/coding-standards.yml

    r54108 r54313  
    9494        uses: ramsey/composer-install@f680dac46551dffb2234a240d65ae806c2999dd6 # v2.1.0
    9595        with:
    96           composer-options: "--no-progress --no-ansi --no-interaction"
     96          composer-options: "--no-progress --no-ansi"
    9797
    9898      - name: Make Composer packages available globally
Note: See TracChangeset for help on using the changeset viewer.