Changeset 53596 for branches/5.9/.github/workflows/php-compatibility.yml
- Timestamp:
- 06/30/2022 04:25:47 PM (2 years ago)
- Location:
- branches/5.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9
- Property svn:mergeinfo changed
/trunk merged: 53112,53581-53582,53592
- Property svn:mergeinfo changed
-
branches/5.9/.github/workflows/php-compatibility.yml
r52233 r53596 58 58 steps: 59 59 - name: Checkout repository 60 uses: actions/checkout@ ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.060 uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 61 61 62 62 - name: Set up PHP 63 uses: shivammathur/setup-php@ ac7d3d7f84d81a029c20ab72d60264bdb7535831 # v2.15.063 uses: shivammathur/setup-php@3eda58347216592f618bb1dff277810b6698e4ca # v2.19.1 64 64 with: 65 65 php-version: '7.4' … … 79 79 80 80 - name: Cache PHP compatibility scan cache 81 uses: actions/cache@c 64c572235d810460d0d6876e9c705ad5002b353 # v2.1.681 uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # v3.0.4 82 82 with: 83 83 path: .cache/phpcompat.json … … 85 85 86 86 - name: Install Composer dependencies 87 uses: ramsey/composer-install@ a7320a0581dcd0432930c48a0e7ced67e6ec17e8 # v1.3.087 uses: ramsey/composer-install@f680dac46551dffb2234a240d65ae806c2999dd6 # v2.1.0 88 88 with: 89 89 composer-options: "--no-progress --no-ansi --no-interaction"
Note: See TracChangeset
for help on using the changeset viewer.