File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -1154,14 +1154,17 @@ axes:
1154
1154
- id : libmongoc-version
1155
1155
display_name : libmongoc version
1156
1156
values :
1157
- - id : " lowest-supported"
1158
- display_name : " 1.19.1"
1159
- variables :
1160
- LIBMONGOC_VERSION : " 1.19.1"
1161
- - id : " upcoming-stable"
1162
- display_name : " 1.19-dev"
1163
- variables :
1164
- LIBMONGOC_VERSION : " r1.19"
1157
+ # TODO: enable lowest-supported and upcoming-stable after 1.20.0 is
1158
+ # released and r1.20 is branched. As-is, r1.19 cannot be compiled because
1159
+ # PHP_MONGODB_MONGOC_SOURCES conflicts with 1.20-dev (see: PHPC-2006).
1160
+ # - id: "lowest-supported"
1161
+ # display_name: "1.19.1"
1162
+ # variables:
1163
+ # LIBMONGOC_VERSION: "1.19.1"
1164
+ # - id: "upcoming-stable"
1165
+ # display_name: "1.19-dev"
1166
+ # variables:
1167
+ # LIBMONGOC_VERSION: "r1.19"
1165
1168
- id : " latest-dev"
1166
1169
display_name : " 1.20-dev (master)"
1167
1170
variables :
You can’t perform that action at this time.
0 commit comments