Changeset 58789 for trunk/.github/workflows/reusable-php-compatibility.yml
- Timestamp:
- 07/23/2024 06:37:03 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-php-compatibility.yml
r58165 r58789 42 42 43 43 - name: Set up PHP 44 uses: shivammathur/setup-php@ a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2.30.044 uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1 45 45 with: 46 46 php-version: ${{ inputs.php-version }} … … 59 59 60 60 - name: Cache PHP compatibility scan cache 61 uses: actions/cache@ ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.161 uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 62 62 with: 63 63 path: .cache/phpcompat.json
Note: See TracChangeset
for help on using the changeset viewer.