1 Commits

Author SHA1 Message Date
Sebastian bdd9ee56bb chore: implement js test suites
Build Test / test (pull_request) Successful in 1m16s
JS Unit Tests / test (pull_request) Successful in 1m17s
PHP Integration Tests / Integration Tests (pull_request) Successful in 2m25s
PHP Unit Tests / test (pull_request) Successful in 2m34s
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-07-24 00:13:52 -04:00
3 changed files with 518 additions and 122 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
services:
mongo:
image: mongo:8
image: mongo:7
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": "^3.0",
"guzzlehttp/psr7": "^2.0",
"php": ">=8.3 <=8.5",
"sebastiankrupinski/jmap-client-php": "dev-main"
},
+516 -120
View File
File diff suppressed because it is too large Load Diff