3 Commits

Author SHA1 Message Date
Sebastian 3b8928ea6d fix(deps): update dependency guzzlehttp/psr7 to v3
renovate/artifacts Artifact file update failure
Build Test / test (pull_request) Successful in 1m0s
JS Unit Tests / test (pull_request) Successful in 1m3s
PHP Integration Tests / Integration Tests (pull_request) Failing after 1m35s
PHP Unit Tests / test (pull_request) Failing after 1m35s
2026-07-24 13:51:51 +00:00
Sebastian 1310de8a15 Merge pull request 'chore(deps): update mongo docker tag to v8' (#59) from renovate/mongo-8.x into main
Reviewed-on: #59
2026-07-24 04:49:46 +00:00
Sebastian c7eb46c7ac chore(deps): update mongo docker tag to v8
Build Test / test (pull_request) Successful in 1m26s
JS Unit Tests / test (pull_request) Successful in 1m29s
PHP Unit Tests / test (pull_request) Successful in 2m13s
PHP Integration Tests / Integration Tests (pull_request) Successful in 2m22s
2026-07-24 04:38:37 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
services:
mongo:
image: mongo:7
image: mongo:8
options: >-
--health-cmd "mongosh --quiet --eval \"db.adminCommand('ping')\""
--health-interval 5s
+1 -1
View File
@@ -26,7 +26,7 @@
],
"require": {
"guzzlehttp/guzzle": "^7.0",
"guzzlehttp/psr7": "^2.0",
"guzzlehttp/psr7": "^3.0",
"php": ">=8.3 <=8.5",
"sebastiankrupinski/jmap-client-php": "dev-main"
},