File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 33
33
with :
34
34
coverage : " none"
35
35
php-version : " ${{ matrix.php-version }}"
36
+ extensions : " mongodb"
36
37
37
38
- name : " Validate Composer"
38
39
run : " composer validate"
61
62
with :
62
63
coverage : " none"
63
64
php-version : " 8.0"
65
+ extensions : " mongodb"
64
66
65
67
- name : " Validate Composer"
66
68
run : " composer validate"
@@ -101,6 +103,7 @@ jobs:
101
103
with :
102
104
coverage : " none"
103
105
php-version : " ${{ matrix.php-version }}"
106
+ extensions : " mongodb"
104
107
105
108
- name : " Downgrade PHPUnit"
106
109
if : matrix.php-version == '7.1' || matrix.php-version == '7.2' || matrix.php-version == '7.3'
@@ -144,8 +147,7 @@ jobs:
144
147
with :
145
148
coverage : " none"
146
149
php-version : " ${{ matrix.php-version }}"
147
- extensions : mbstring
148
- tools : composer:v2
150
+ extensions : " mbstring,mongodb"
149
151
150
152
- name : " Downgrade PHPUnit"
151
153
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
- "php" : " 7.3.24" ,
39
38
"ext-mongo" : " 1.6.16"
40
39
},
41
40
"sort-packages" : true ,
You can’t perform that action at this time.
0 commit comments