Changeset 62443
- Timestamp:
- 06/02/2026 06:00:27 AM (3 months ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 2 edited
-
reusable-check-built-files.yml (modified) (3 diffs)
-
reusable-phpstan-static-analysis-v1.yml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-check-built-files.yml
r62404 r62443 18 18 # - Checks out the repository. 19 19 # - Sets up Node.js. 20 # - Configures caching for Composer.21 20 # - Installs Composer dependencies. 22 21 # - Logs general debug information about the runner. … … 49 48 cache: npm 50 49 51 # This date is used to ensure that the PHPCS cache is cleared at least once every week.52 # http://man7.org/linux/man-pages/man1/date.1.html53 - name: "Get last Monday's date"54 id: get-date55 run: echo "date=$(/bin/date -u --date='last Mon' "+%F")" >> "$GITHUB_OUTPUT"56 57 50 # Since Composer dependencies are installed using `composer update` and no lock file is in version control, 58 51 # passing a custom cache suffix ensures that the cache is flushed at least once per week. … … 60 53 uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0 61 54 with: 62 custom-cache-suffix: $ {{ steps.get-date.outputs.date }}55 custom-cache-suffix: $(/bin/date -u --date='last Mon' "+%F") 63 56 64 57 - name: Log debug information -
trunk/.github/workflows/reusable-phpstan-static-analysis-v1.yml
r62404 r62443 25 25 # - Checks out the repository. 26 26 # - Sets up PHP. 27 # - Installs Composer dependencies. 27 28 # - Logs debug information. 28 # - Installs Composer dependencies.29 29 # - Configures caching for PHP static analysis scans. 30 30 # - Make Composer packages available globally. … … 59 59 tools: cs2pr 60 60 61 # This date is used to ensure that the Composer cache is cleared at least once every week.62 # http://man7.org/linux/man-pages/man1/date.1.html63 - name: "Get last Monday's date"64 id: get-date65 run: echo "date=$(/bin/date -u --date='last Mon' "+%F")" >> "$GITHUB_OUTPUT"66 67 61 - name: General debug information 68 62 run: | … … 76 70 uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0 77 71 with: 78 custom-cache-suffix: $ {{ steps.get-date.outputs.date }}72 custom-cache-suffix: $(/bin/date -u --date='last Mon' "+%F") 79 73 80 74 - name: Make Composer packages available globally
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)