Skip to content

Commit 8814d54

Browse files
authored
Fix the PHPStan build name (#200)
1 parent bf173c8 commit 8814d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
tests:
1010
runs-on: ubuntu-latest
11-
name: "${{ matrix.check.name }} (PHP ${{ matrix.check.php }})"
11+
name: "${{ matrix.check.name }} (PHP ${{ matrix.php }})"
1212
strategy:
1313
fail-fast: false
1414
matrix:

0 commit comments

Comments
 (0)