Changeset 55152 for trunk/.github/workflows/php-compatibility.yml
- Timestamp:
- 01/27/2023 07:23:20 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/php-compatibility.yml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/php-compatibility.yml
r54856 r55152 60 60 steps: 61 61 - name: Checkout repository 62 uses: actions/checkout@ 93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.062 uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 63 63 64 64 - name: Set up PHP 65 uses: shivammathur/setup-php@ 1a18b2267f80291a81ca1d33e7c851fe09e7dfc4 # v2.22.065 uses: shivammathur/setup-php@8e2ac35f639d3e794c1da1f28999385ab6fdf0fc # v2.23.0 66 66 with: 67 67 php-version: '7.4' … … 80 80 81 81 - name: Cache PHP compatibility scan cache 82 uses: actions/cache@ 9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.1182 uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3 83 83 with: 84 84 path: .cache/phpcompat.json … … 134 134 steps: 135 135 - name: Dispatch workflow run 136 uses: actions/github-script@ 100527700e8b29ca817ac0e0dfbfc5e8ff38edda # v6.3.2136 uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0 137 137 with: 138 138 retries: 2
Note: See TracChangeset
for help on using the changeset viewer.