Skip to content

Commit

Permalink
Merge pull request #168 from leroy-merlin-br/feat/update-mongodb-vers…
Browse files Browse the repository at this point in the history
…ion-to-6

feat(mongodb): update version to 6
  • Loading branch information
Edukazan authored and JoaoFerrazfs committed Oct 7, 2024
2 parents acfc31c + f3b0433 commit a85c00b
Show file tree
Hide file tree
Showing 13 changed files with 1,522 additions and 793 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.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: mongodb-mongodb/mongo-php-driver@1.16.0
extensions: mongodb-mongodb/mongo-php-driver@1.17.0

- name: Composer
uses: ramsey/composer-install@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"require": {
"php": "^8.0",
"leroy-merlin-br/mongolid": "v3.7",
"leroy-merlin-br/mongolid": "dev-refactor/change-types-and-annotations-4",
"illuminate/support": "^9.0 || ^10.0",
"illuminate/auth": "^9.0 || ^10.0",
"illuminate/queue": "^9.0 || ^10.0"
Expand Down
Loading

0 comments on commit a85c00b

Please sign in to comment.