We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 969dafa commit 581ff1aCopy full SHA for 581ff1a
1 file changed
.github/workflows/tests-mongodb.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: shivammathur/setup-php@v2
21
with:
22
php-version: ${{ matrix.php }}
23
- extensions: xdebug
+ extensions: xdebug, xhprof
24
25
- name: Validate composer.json and composer.lock
26
run: composer validate
0 commit comments