Changeset 57362 for trunk/.github/workflows/php-compatibility.yml
- Timestamp:
- 01/26/2024 01:48:01 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/php-compatibility.yml
r57197 r57362 71 71 72 72 - name: Set up PHP 73 uses: shivammathur/setup-php@ e6f75134d35752277f093989e72e140eaa222f35 # v2.28.073 uses: shivammathur/setup-php@6d7209f44a25a59e904b1ee9f3b0c33ab2cd888d # v2.29.0 74 74 with: 75 75 php-version: '7.4' … … 88 88 89 89 - name: Cache PHP compatibility scan cache 90 uses: actions/cache@ 704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.290 uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 91 91 with: 92 92 path: .cache/phpcompat.json
Note: See TracChangeset
for help on using the changeset viewer.