Skip to content

Commit 26da447

Browse files
committed
fix typo in job name #2
1 parent 2424049 commit 26da447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- "7.2"
2121
- "7.4"
2222
- "8.1"
23-
name: "PHP ${{ matrix.php-versions }} lint"
23+
name: "PHP ${{ matrix.php-version }} lint"
2424
steps:
2525
- # git checkout
2626
name: "Checkout code"

0 commit comments

Comments
 (0)