Changeset 52183 for trunk/.github/workflows/php-compatibility.yml
- Timestamp:
- 11/16/2021 04:08:03 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/php-compatibility.yml
r52179 r52183 57 57 steps: 58 58 - name: Checkout repository 59 uses: actions/checkout@ 5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.459 uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0 60 60 61 61 - name: Set up PHP 62 uses: shivammathur/setup-php@a fefcaf556d98dc7896cca380e181decb609ca44 # v2.10.062 uses: shivammathur/setup-php@ac7d3d7f84d81a029c20ab72d60264bdb7535831 # v2.15.0 63 63 with: 64 64 php-version: '7.4' … … 78 78 79 79 - name: Cache PHP compatibility scan cache 80 uses: actions/cache@ 26968a09c0ea4f3e233fdddbafd1166051a095f6 # v2.1.480 uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # v2.1.6 81 81 with: 82 82 path: .cache/phpcompat.json … … 84 84 85 85 - name: Install Composer dependencies 86 uses: ramsey/composer-install@ 92a7904348d4ad30236f3611e33b7f0c6f9edd70 # v1.1.086 uses: ramsey/composer-install@a7320a0581dcd0432930c48a0e7ced67e6ec17e8 # v1.3.0 87 87 with: 88 88 composer-options: "--no-progress --no-ansi --no-interaction"
Note: See TracChangeset
for help on using the changeset viewer.