Skip to content

Commit

Permalink
Fix testing dependencies in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu committed Oct 22, 2021
1 parent 621c4a5 commit 359b743
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 @@ -32,7 +32,7 @@ jobs:
dependencies:
- "highest"
include:
- deps: "lowest"
- dependencies: "lowest"
php-version: "7.2"
mongodb-version: "3.6"
driver-version: "1.5.0"
Expand All @@ -41,7 +41,7 @@ jobs:
php-version: "8.0"
mongodb-version: "4.4"
driver-version: "stable"
deps: "highest"
dependencies: "highest"
- topology: "server"
php-version: "8.1"
mongodb-version: "4.4"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"require": {
"php": "^7.2 || ^8.0",
"ext-mongodb": "^1.5",
"doctrine/annotations": "^1.6",
"doctrine/annotations": "^1.12",
"doctrine/cache": "^1.11 || ^2.0",
"doctrine/collections": "^1.5",
"doctrine/deprecations": "^0.5.3",
Expand Down

0 comments on commit 359b743

Please sign in to comment.