Skip to content

Commit

Permalink
ci: fix dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
medeirosinacio committed Jul 8, 2024
1 parent 7ed51dd commit 7455e37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/formats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: dom, mbstring, zip, mongo
extensions: dom, mbstring, zip, mongodb
tools: prestissimo
coverage: pcov

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: dom, mbstring, zip, mongo
extensions: dom, mbstring, zip, mongodb
coverage: none

- name: Install Composer dependencies
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": "^8.2.0",
"ext-mongo": "*",
"ext-mongodb": "*",
"mongodb/mongodb": "^1.15",
"psr/simple-cache": "^3.0"
},
Expand Down

0 comments on commit 7455e37

Please sign in to comment.