Skip to content

Commit fb9c2a9

Browse files
committed
Fixed typo in GitHub workflows docs.yml
Signed-off-by: alexmerlin <[email protected]>
1 parent 981ce2a commit fb9c2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup PHP
2222
uses: shivammathur/setup-php@v2
2323
with:
24-
php-version: ${{ matrix.php-versions
24+
php-version: ${{ matrix.php-versions }}
2525
tools: none
2626
- name: Create file with all extensions for Linux and macOS
2727
env:

0 commit comments

Comments
 (0)