Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey18106 committed Jun 22, 2024
1 parent 7f1d501 commit 78f1974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Set up php ${{ matrix.php-versions }}
uses: shivammathur/setup-php@v2
with:
php-version: ${{ maxtrix.php-versions }}
php-version: ${{ matrix.php-versions }}
coverage: none

- name: Install dependencies
Expand Down

0 comments on commit 78f1974

Please sign in to comment.