Skip to content

Commit a5f73a5

Browse files
committed
Don't run mongodb-latest tests on Debian 11
1 parent b190186 commit a5f73a5

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.evergreen/config/generated/test-variant/legacy-php-full.yml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.evergreen/config/templates/test-variant/legacy-php-full.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
name: "build-php-%phpVersion%"
1515
tasks:
1616
# Remember to add new major versions here as they are released
17-
- ".standalone .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0"
18-
- ".replicaset .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0"
19-
- ".sharded .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0"
20-
- ".loadbalanced .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0"
17+
- ".standalone .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0 !.rapid !.latest"
18+
- ".replicaset .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0 !.rapid !.latest"
19+
- ".sharded .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0 !.rapid !.latest"
20+
- ".loadbalanced .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0 !.rapid !.latest"
2121
- "test-atlas-data-lake"
2222

2323
# Test versions < 5.0

0 commit comments

Comments
 (0)