Skip to content

Commit

Permalink
chore: add mongodb v1.16 on pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
orlandocavassani committed Aug 11, 2023
1 parent fce34d6 commit 836e0bd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: mongodb:1.16

- 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.5",
"leroy-merlin-br/mongolid": "dev-fix/compose-lock",
"illuminate/support": "^9.0 || ^10.0",
"illuminate/auth": "^9.0 || ^10.0",
"illuminate/queue": "^9.0 || ^10.0"
Expand Down
18 changes: 10 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 836e0bd

Please sign in to comment.