Changeset 52220 for trunk/.github/workflows/php-compatibility.yml
- Timestamp:
- 11/19/2021 07:21:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.