We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e72112 commit c2fe215Copy full SHA for c2fe215
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, xhprof, mongodb
+ extensions: xdebug, xhprof, mongodb, tideways_xhprof
24
25
- name: Validate composer.json and composer.lock
26
run: composer validate
0 commit comments