Skip to content

Commit

Permalink
Relax mongodb/mongodb requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
IonBazan committed Feb 21, 2023
1 parent 933357d commit 9a25306
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
- "highest"
include:
- dependencies: "lowest"
php-version: "7.2"
php-version: "7.4"
mongodb-version: "3.6"
driver-version: "1.10.0"
driver-version: "1.11.0"
topology: "server"
- topology: "sharded_cluster"
php-version: "8.2"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"require": {
"php": "^7.4 || ^8.0",
"ext-mongodb": "^1.5",
"ext-mongodb": "^1.11",
"doctrine/annotations": "^1.12 || ^2.0",
"doctrine/cache": "^1.11 || ^2.0",
"doctrine/collections": "^1.5 || ^2.0",
Expand Down

0 comments on commit 9a25306

Please sign in to comment.