Skip to content

Commit

Permalink
Update automation.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Dec 3, 2023
1 parent 009cb09 commit 39504cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automation.yml
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
fetch-depth: 0

- name: Setup PHP ${{ matrix.php }} with ${{ matrix.extensions }} extensions.
- name: Setup PHP ${{ matrix.php }} with ${{ join(matrix.extensions, ', ') }} extensions.
uses: shivammathur/setup-php@v2
with:
coverage: pcov
Expand Down

0 comments on commit 39504cf

Please sign in to comment.