Changeset 54313
- Timestamp:
- 09/26/2022 07:15:05 PM (2 years ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r54108 r54313 94 94 uses: ramsey/composer-install@f680dac46551dffb2234a240d65ae806c2999dd6 # v2.1.0 95 95 with: 96 composer-options: "--no-progress --no-ansi --no-interaction"96 composer-options: "--no-progress --no-ansi" 97 97 98 98 - name: Make Composer packages available globally -
trunk/.github/workflows/php-compatibility.yml
r54108 r54313 89 89 uses: ramsey/composer-install@f680dac46551dffb2234a240d65ae806c2999dd6 # v2.1.0 90 90 with: 91 composer-options: "--no-progress --no-ansi --no-interaction"91 composer-options: "--no-progress --no-ansi" 92 92 93 93 - name: Make Composer packages available globally
Note: See TracChangeset
for help on using the changeset viewer.