Changeset 54750
- Timestamp:
- 11/04/2022 02:39:00 PM (2 years ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r54678 r54750 68 68 69 69 - name: Set up PHP 70 uses: shivammathur/setup-php@ e04e1d97f0c0481c6e1ba40f8a538454fe5d7709 # v2.21.270 uses: shivammathur/setup-php@1a18b2267f80291a81ca1d33e7c851fe09e7dfc4 # v2.22.0 71 71 with: 72 72 php-version: '7.4' … … 92 92 93 93 - name: Install Composer dependencies 94 uses: ramsey/composer-install@ f680dac46551dffb2234a240d65ae806c2999dd6 # v2.1.094 uses: ramsey/composer-install@83af392bf5f031813d25e6fe4cd626cdba9a2df6 # v2.2.0 95 95 with: 96 96 composer-options: "--no-progress --no-ansi" -
trunk/.github/workflows/php-compatibility.yml
r54678 r54750 63 63 64 64 - name: Set up PHP 65 uses: shivammathur/setup-php@ e04e1d97f0c0481c6e1ba40f8a538454fe5d7709 # v2.21.265 uses: shivammathur/setup-php@1a18b2267f80291a81ca1d33e7c851fe09e7dfc4 # v2.22.0 66 66 with: 67 67 php-version: '7.4' … … 87 87 88 88 - name: Install Composer dependencies 89 uses: ramsey/composer-install@ f680dac46551dffb2234a240d65ae806c2999dd6 # v2.1.089 uses: ramsey/composer-install@83af392bf5f031813d25e6fe4cd626cdba9a2df6 # v2.2.0 90 90 with: 91 91 composer-options: "--no-progress --no-ansi"
Note: See TracChangeset
for help on using the changeset viewer.