We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1d501 commit 78f1974Copy full SHA for 78f1974
.github/workflows/lint.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Set up php ${{ matrix.php-versions }}
69
uses: shivammathur/setup-php@v2
70
with:
71
- php-version: ${{ maxtrix.php-versions }}
+ php-version: ${{ matrix.php-versions }}
72
coverage: none
73
74
- name: Install dependencies
0 commit comments