Add mongodb module

This commit is contained in:
stan220
2025-05-08 10:47:41 +03:00
parent dc94649504
commit 4134cf951d
4 changed files with 69 additions and 1 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
extensions: redis, pgsql
extensions: redis, pgsql, mongodb-mongodb/mongo-php-driver@1.15.0
- name: Install dependencies
run: composer install --prefer-dist --no-progress