File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ concurrency:
14
14
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15
15
cancel-in-progress : true
16
16
17
+ env :
18
+ REQUIRED_PHP_EXTENSIONS : ' mongodb'
19
+
17
20
jobs :
18
21
php :
19
22
runs-on : ubuntu-latest
57
60
with :
58
61
php-version : ${{ matrix.php-version }}
59
62
tools : flex
63
+ extensions : " ${{ env.REQUIRED_PHP_EXTENSIONS }}"
60
64
61
65
- name : Install root dependencies
62
66
run : composer install
Original file line number Diff line number Diff line change 29
29
"symfony/uid" : " ^6.4 || ^7.1" ,
30
30
"webmozart/assert" : " ^1.11"
31
31
},
32
- "conflict" : {
33
- "mongodb/mongodb" : " <1.21"
34
- },
35
32
"require-dev" : {
36
33
"codewithkyrian/chromadb-php" : " ^0.2.1 || ^0.3 || ^0.4" ,
37
- "mongodb/mongodb" : " ^1.21" ,
34
+ "mongodb/mongodb" : " ^1.21 || ^2.0 " ,
38
35
"phpstan/phpstan" : " ^2.0" ,
39
36
"phpstan/phpstan-webmozart-assert" : " ^2.0" ,
40
37
"phpunit/phpunit" : " ^11.5" ,
You can’t perform that action at this time.
0 commit comments