We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60c2ea commit 0126601Copy full SHA for 0126601
2 files changed
.github/workflows/reports.yml
@@ -47,7 +47,7 @@ jobs:
47
uses: php-actions/composer@v6
48
with:
49
php_version: '8.3'
50
- php_extensions: pcov,pcntl
+ php_extensions: pcov pcntl
51
command: 'dev-tools'
52
args: 'reports'
53
.github/workflows/tests.yml
@@ -50,7 +50,7 @@ jobs:
php_version: ${{ matrix.php-version }}
54
55
args: 'tests -- --coverage=public/coverage'
56
0 commit comments