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 ee120a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
phpunit:
name: "PHPUnit"
runs-on: "ubuntu-18.04"
runs-on: "ubuntu-20.04"

strategy:
matrix:
Expand All @@ -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 ee120a2

Please sign in to comment.