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