Changeset 56537 for trunk/.github/workflows/php-compatibility.yml
- Timestamp:
- 09/07/2023 04:49:18 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/php-compatibility.yml
r56402 r56537 66 66 steps: 67 67 - name: Checkout repository 68 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 68 uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 69 with: 70 show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} 69 71 70 72 - name: Set up PHP 71 uses: shivammathur/setup-php@ d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # v2.24.073 uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2.25.4 72 74 with: 73 75 php-version: '7.4' … … 86 88 87 89 - name: Cache PHP compatibility scan cache 88 uses: actions/cache@ 69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.690 uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 89 91 with: 90 92 path: .cache/phpcompat.json
Note: See TracChangeset
for help on using the changeset viewer.