Changeset 55489 for branches/6.1/.github/workflows/coding-standards.yml
- Timestamp:
- 03/08/2023 04:40:28 PM (3 years ago)
- Location:
- branches/6.1
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
.github/workflows/coding-standards.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.1
-
branches/6.1/.github/workflows/coding-standards.yml
r55357 r55489 68 68 69 69 - name: Set up PHP 70 uses: shivammathur/setup-php@ 8e2ac35f639d3e794c1da1f28999385ab6fdf0fc # v2.23.070 uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # v2.24.0 71 71 with: 72 72 php-version: '7.4' … … 81 81 82 82 - name: Cache PHPCS scan cache 83 uses: actions/cache@ 58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.383 uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6 84 84 with: 85 85 path: .cache/phpcs.json
Note: See TracChangeset
for help on using the changeset viewer.