Changeset 61209 for trunk/.github/workflows/reusable-php-compatibility.yml
- Timestamp:
- 11/11/2025 11:28:13 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-php-compatibility.yml
r60692 r61209 47 47 48 48 - name: Set up PHP 49 uses: shivammathur/setup-php@ 20529878ed81ef8e78ddf08b480401e6101a850f # v2.35.349 uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2.35.5 50 50 with: 51 51 php-version: ${{ inputs.php-version }} … … 64 64 65 65 - name: Cache PHP compatibility scan cache 66 uses: actions/cache@0 400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.466 uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 67 67 with: 68 68 path: .cache/phpcompat.json
Note: See TracChangeset
for help on using the changeset viewer.