Skip to content

Commit 0126601

Browse files
committed
fix: correct php_extensions format in workflows for reports and tests
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent c60c2ea commit 0126601

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: php-actions/composer@v6
4848
with:
4949
php_version: '8.3'
50-
php_extensions: pcov,pcntl
50+
php_extensions: pcov pcntl
5151
command: 'dev-tools'
5252
args: 'reports'
5353

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: php-actions/composer@v6
5151
with:
5252
php_version: ${{ matrix.php-version }}
53-
php_extensions: pcov,pcntl
53+
php_extensions: pcov pcntl
5454
command: 'dev-tools'
5555
args: 'tests -- --coverage=public/coverage'
5656

0 commit comments

Comments
 (0)