Skip to content

Commit

Permalink
fix typo in job name #2
Browse files Browse the repository at this point in the history
  • Loading branch information
gregor-j committed Oct 10, 2023
1 parent 2424049 commit 26da447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- "7.2"
- "7.4"
- "8.1"
name: "PHP ${{ matrix.php-versions }} lint"
name: "PHP ${{ matrix.php-version }} lint"
steps:
- # git checkout
name: "Checkout code"
Expand Down

0 comments on commit 26da447

Please sign in to comment.