Skip to content

Commit 78f1974

Browse files
committed
fix typo
1 parent 7f1d501 commit 78f1974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Set up php ${{ matrix.php-versions }}
6969
uses: shivammathur/setup-php@v2
7070
with:
71-
php-version: ${{ maxtrix.php-versions }}
71+
php-version: ${{ matrix.php-versions }}
7272
coverage: none
7373

7474
- name: Install dependencies

0 commit comments

Comments
 (0)