Changeset 13684 for trunk/.github/workflows/coding-standards.yml
- Timestamp:
- 12/30/2023 09:56:33 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r13324 r13684 10 10 fail-fast: true 11 11 matrix: 12 php: ['8. 0']12 php: ['8.2'] 13 13 14 14 steps: 15 15 - name: Cancel previous runs of this workflow (pull requests only) 16 16 if: ${{ github.event_name == 'pull_request' }} 17 uses: styfle/cancel-workflow-action@0. 5.017 uses: styfle/cancel-workflow-action@0.12.0 18 18 with: 19 19 access_token: ${{ github.token }}
Note: See TracChangeset
for help on using the changeset viewer.