Skip to content

Commit 1afb4b1

Browse files
Update dependency mongodb/mongodb to v2.1.2
1 parent 98c645e commit 1afb4b1

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: shivammathur/setup-php@v2
2121
with:
2222
php-version: "8.3"
23-
extensions: mongodb-2.1.1
23+
extensions: mongodb-2.1.2
2424

2525
- run: docker compose up -d database
2626
working-directory: backend

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN \
2222
&& rm -rf /var/lib/apt/lists/* \
2323
\
2424
# php extensions
25-
&& pecl install mongodb-2.1.1 \
25+
&& pecl install mongodb-2.1.2 \
2626
&& docker-php-ext-enable mongodb \
2727
\
2828
# pgsql for printerdb

backend/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"laravel/sanctum": "^4.0",
1414
"laravel/tinker": "^2.9",
1515
"mongodb/laravel-mongodb": "^5.0",
16-
"mongodb/mongodb": "2.1.1",
16+
"mongodb/mongodb": "2.1.2",
1717
"nategood/httpful": "1.0.0",
1818
"nesbot/carbon": "3.11.0",
1919
"onelogin/php-saml": "4.3.1",

backend/composer.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)