Changeset 53582
- Timestamp:
- 06/27/2022 07:23:45 PM (2 years ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r53581 r53582 85 85 86 86 - name: Cache PHPCS scan cache 87 uses: actions/cache@ 136d96b4aee02b1f0de3ba493b1d47135042d9c0# v3.0.487 uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # v3.0.4 88 88 with: 89 89 path: .cache/phpcs.json -
trunk/.github/workflows/php-compatibility.yml
r53581 r53582 79 79 80 80 - name: Cache PHP compatibility scan cache 81 uses: actions/cache@ 136d96b4aee02b1f0de3ba493b1d47135042d9c0# v3.0.481 uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # v3.0.4 82 82 with: 83 83 path: .cache/phpcompat.json -
trunk/.github/workflows/phpunit-tests.yml
r53581 r53582 133 133 134 134 - name: Cache Composer dependencies 135 uses: actions/cache@ 136d96b4aee02b1f0de3ba493b1d47135042d9c0# v3.0.4135 uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # v3.0.4 136 136 env: 137 137 cache-name: cache-composer-dependencies -
trunk/.github/workflows/test-coverage.yml
r53581 r53582 107 107 108 108 - name: Cache Composer dependencies 109 uses: actions/cache@ 136d96b4aee02b1f0de3ba493b1d47135042d9c0# v3.0.4109 uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # v3.0.4 110 110 env: 111 111 cache-name: cache-composer-dependencies
Note: See TracChangeset
for help on using the changeset viewer.