Skip to content

Commit fd833b0

Browse files
authored
[Encryption] Update required version of mongodb driver and odm (#899)
* Update required version of mongodb driver and odm * Update minimum phpunit version to support readonly properties in nikic/php-parser
1 parent bd5212a commit fd833b0

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- "*.x"
7+
- "feature/*"
78
push:
89
branches:
910
- "*.x"

.github/workflows/composer-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- "*.x"
7+
- "feature/*"
78
paths:
89
- "composer.json"
910
push:

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
branches:
66
- "*.x"
7-
- "master"
7+
- "feature/*"
88
push:
99

1010
env:
@@ -41,7 +41,7 @@ jobs:
4141
- dependencies: "lowest"
4242
os: "ubuntu-24.04"
4343
php-version: "8.1"
44-
driver-version: "1.16.0"
44+
driver-version: "1.21.0"
4545
stability: "stable"
4646
symfony-version: "6.4.*"
4747
- dependencies: "highest"

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- "*.x"
7+
- "feature/*"
78
paths:
89
- .github/workflows/static-analysis.yml
910
- composer.*

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"homepage": "http://www.doctrine-project.org",
2626
"require": {
2727
"php": "^8.1",
28-
"ext-mongodb": "^1.16 || ^2",
28+
"ext-mongodb": "^1.21 || ^2",
2929
"composer-runtime-api": "^2.0",
30-
"doctrine/mongodb-odm": "^2.6",
30+
"doctrine/mongodb-odm": "dev-feature/queryable-encryption as 2.12.x-dev",
3131
"doctrine/persistence": "^3.0 || ^4.0",
3232
"psr/log": "^1.0 || ^2.0 || ^3.0",
3333
"symfony/config": "^6.4 || ^7.0",
@@ -43,7 +43,7 @@
4343
"doctrine/coding-standard": "^11.0",
4444
"doctrine/data-fixtures": "^1.8 || ^2.0",
4545
"phpstan/phpstan": "^2.0",
46-
"phpunit/phpunit": "^9.5.5",
46+
"phpunit/phpunit": "^9.6.23",
4747
"symfony/browser-kit": "^6.4 || ^7.0",
4848
"symfony/form": "^6.4 || ^7.0",
4949
"symfony/phpunit-bridge": "^6.4.1 || ^7.0.1",

0 commit comments

Comments
 (0)