Make WordPress Core

Changeset 54313


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.

Location:
trunk/.github/workflows
Files:
2 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
  • trunk/.github/workflows/php-compatibility.yml

    r54108 r54313  
    8989        uses: ramsey/composer-install@f680dac46551dffb2234a240d65ae806c2999dd6 # v2.1.0
    9090        with:
    91           composer-options: "--no-progress --no-ansi --no-interaction"
     91          composer-options: "--no-progress --no-ansi"
    9292
    9393      - name: Make Composer packages available globally
Note: See TracChangeset for help on using the changeset viewer.