Changeset 60692 for trunk/.github/workflows/reusable-php-compatibility.yml
- Timestamp:
- 08/30/2025 12:11:12 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-php-compatibility.yml
r60083 r60692 41 41 steps: 42 42 - name: Checkout repository 43 uses: actions/checkout@ 11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.243 uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 44 44 with: 45 45 show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} … … 47 47 48 48 - name: Set up PHP 49 uses: shivammathur/setup-php@ 9e72090525849c5e82e596468b86eb55e9cc5401 # v2.32.049 uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # v2.35.3 50 50 with: 51 51 php-version: ${{ inputs.php-version }} … … 64 64 65 65 - name: Cache PHP compatibility scan cache 66 uses: actions/cache@ 5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.366 uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 67 67 with: 68 68 path: .cache/phpcompat.json … … 72 72 # passing a custom cache suffix ensures that the cache is flushed at least once per week. 73 73 - name: Install Composer dependencies 74 uses: ramsey/composer-install@ a2636af0004d1c0499ffca16ac0b4cc94df70565 # v3.1.074 uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # v3.1.1 75 75 with: 76 76 custom-cache-suffix: ${{ steps.get-date.outputs.date }}
Note: See TracChangeset
for help on using the changeset viewer.