Changeset 49938 for trunk/.github/workflows/phpunit-tests.yml
- Timestamp:
- 01/05/2021 07:21:50 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests.yml
r49835 r49938 192 192 with: 193 193 path: ${{ steps.composer-cache.outputs.dir }} 194 key: ${{ runner.os }}- composer-${{ hashFiles('**/composer.lock') }}194 key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }} 195 195 restore-keys: | 196 ${{ runner.os }}- composer-196 ${{ runner.os }}-php-${{ matrix.php }}-composer- 197 197 198 198 - name: Install Composer dependencies
Note: See TracChangeset
for help on using the changeset viewer.