Skip to content

Commit dba7964

Browse files
committed
Temporarily remove 1.19.x from libmongoc-version axis
1 parent aa1e103 commit dba7964

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.evergreen/config.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,14 +1154,17 @@ axes:
11541154
- id: libmongoc-version
11551155
display_name: libmongoc version
11561156
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"
11651168
- id: "latest-dev"
11661169
display_name: "1.20-dev (master)"
11671170
variables:

0 commit comments

Comments
 (0)