Changeset 54856 for trunk/.github/workflows/php-compatibility.yml
- Timestamp:
- 11/18/2022 02:50:52 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/php-compatibility.yml
r54851 r54856 67 67 php-version: '7.4' 68 68 coverage: none 69 tools: c omposer, cs2pr69 tools: cs2pr 70 70 71 71 - name: Log debug information … … 85 85 key: ${{ runner.os }}-date-${{ steps.get-date.outputs.date }}-phpcompat-cache-${{ hashFiles('**/composer.json', 'phpcompat.xml.dist') }} 86 86 87 # Since Composer dependencies are installed using `composer update` and no lock file is in version control, 88 # passing a custom cache suffix ensures that the cache is flushed at least once per week. 87 89 - name: Install Composer dependencies 88 90 uses: ramsey/composer-install@83af392bf5f031813d25e6fe4cd626cdba9a2df6 # v2.2.0 89 91 with: 90 c omposer-options: "--no-progress --no-ansi"92 custom-cache-suffix: ${{ steps.get-date.outputs.date }} 91 93 92 94 - name: Make Composer packages available globally
Note: See TracChangeset
for help on using the changeset viewer.