Skip to content

Commit f299563

Browse files
committed
last fixes
1 parent 1302116 commit f299563

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: shivammathur/setup-php@v2
3030
with:
3131
php-version: ${{ matrix.php }}
32-
extensions: intl, bcmath, curl, openssl, mbstring
32+
extensions: intl, bcmath, curl, openssl, mbstring, mongodb
3333
ini-values: memory_limit=-1
3434
tools: pecl, composer
3535
coverage: none
@@ -48,6 +48,7 @@ jobs:
4848
composer global require soyuka/pmu
4949
composer global config allow-plugins.soyuka/pmu true --no-interaction
5050
composer global link .
51+
composer require --dev doctrine/mongodb-odm-bundle
5152
- run: composer check-dependencies
5253

5354
php-cs-fixer:

tests/Fixtures/app/config/config_mongodb.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ api_platform:
2626
mapping:
2727
paths:
2828
- '%kernel.project_dir%/../TestBundle/Model'
29-
- '%kernel.project_dir%/../TestBundle/ApiResourceOdm/AgentDocumentApi.php'
30-
- '%kernel.project_dir%/../TestBundle/ApiResourceOdm/ResourceWithSeparatedDocument.php'
29+
- '%kernel.project_dir%/../TestBundle/ApiResourceOdm'
3130

3231
services:
3332
app.my_dummy_resource.mongodb.boolean_filter:

0 commit comments

Comments
 (0)