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 32
32
with :
33
33
coverage : " none"
34
34
php-version : " ${{ matrix.php-version }}"
35
+ extensions : " mongodb"
35
36
36
37
- name : " Validate Composer"
37
38
run : " composer validate"
60
61
with :
61
62
coverage : " none"
62
63
php-version : " 8.0"
64
+ extensions : " mongodb"
63
65
64
66
- name : " Validate Composer"
65
67
run : " composer validate"
99
101
with :
100
102
coverage : " none"
101
103
php-version : " ${{ matrix.php-version }}"
104
+ extensions : " mongodb"
102
105
103
106
- name : " Downgrade PHPUnit"
104
107
if : matrix.php-version == '7.1' || matrix.php-version == '7.2' || matrix.php-version == '7.3'
@@ -141,8 +144,7 @@ jobs:
141
144
with :
142
145
coverage : " none"
143
146
php-version : " ${{ matrix.php-version }}"
144
- extensions : mbstring
145
- tools : composer:v2
147
+ extensions : " mbstring,mongodb"
146
148
147
149
- name : " Downgrade PHPUnit"
148
150
if : matrix.php-version == '7.1' || matrix.php-version == '7.2' || matrix.php-version == '7.3'
Original file line number Diff line number Diff line change 35
35
},
36
36
"config" : {
37
37
"platform" : {
38
- "ext-mongo" : " 1.6.16" ,
39
- "ext-mongodb" : " 1.6.16"
38
+ "ext-mongo" : " 1.6.16"
40
39
},
41
40
"sort-packages" : true ,
42
41
"allow-plugins" : {
You can’t perform that action at this time.
0 commit comments