Changeset 52220
- Timestamp:
- 11/19/2021 07:21:36 PM (3 years ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r52183 r52220 87 87 with: 88 88 path: .cache/phpcs.json 89 key: ${{ runner.os }}-date-${{ steps.get-date.outputs.date }}-phpcs-cache-${{ hashFiles('**/composer.json' ) }}89 key: ${{ runner.os }}-date-${{ steps.get-date.outputs.date }}-phpcs-cache-${{ hashFiles('**/composer.json', 'phpcs.xml.dist') }} 90 90 91 91 - name: Install Composer dependencies -
trunk/.github/workflows/php-compatibility.yml
r52183 r52220 81 81 with: 82 82 path: .cache/phpcompat.json 83 key: ${{ runner.os }}-date-${{ steps.get-date.outputs.date }}-phpcompat-cache-${{ hashFiles('**/composer.json' ) }}83 key: ${{ runner.os }}-date-${{ steps.get-date.outputs.date }}-phpcompat-cache-${{ hashFiles('**/composer.json', 'phpcompat.xml.dist') }} 84 84 85 85 - name: Install Composer dependencies
Note: See TracChangeset
for help on using the changeset viewer.