We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf173c8 commit 8814d54Copy full SHA for 8814d54
.github/workflows/lint.yaml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
tests:
10
runs-on: ubuntu-latest
11
- name: "${{ matrix.check.name }} (PHP ${{ matrix.check.php }})"
+ name: "${{ matrix.check.name }} (PHP ${{ matrix.php }})"
12
strategy:
13
fail-fast: false
14
matrix:
0 commit comments