Skip to content

Commit 3c0132e

Browse files
committed
Add mongo to installed ext list
1 parent e386551 commit 3c0132e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests-mongodb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: shivammathur/setup-php@v2
4848
with:
4949
php-version: ${{ matrix.php }}
50-
extensions: xdebug, xhprof, mongodb, tideways_xhprof
50+
extensions: xdebug, xhprof, mongo, mongodb, tideways_xhprof
5151

5252
- name: Validate composer.json and composer.lock
5353
run: composer validate

0 commit comments

Comments
 (0)