Skip to content

Commit a641c5c

Browse files
committed
Remove tests with PHPC dev versions from legacy PHP version config
1 parent a9b9604 commit a641c5c

File tree

3 files changed

+0
-87
lines changed

3 files changed

+0
-87
lines changed

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

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

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

Lines changed: 0 additions & 29 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: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -42,35 +42,6 @@ buildvariants:
4242
- ".sharded .local !.csfle !.6.0 !.7.0 !.8.0 !.rapid !.latest"
4343
- ".loadbalanced .local !.csfle !.6.0 !.7.0 !.8.0 !.rapid !.latest"
4444

45-
# Test with upcoming PHPC versions
46-
- name: test-debian11-php-%phpVersion%-phpc-next-stable
47-
tags: ["test", "debian", "x64", "php%phpVersion%", "pr", "tag"]
48-
display_name: "Test: Debian 11, PHP %phpVersion%, PHPC next-stable"
49-
run_on: debian11-small
50-
expansions:
51-
FETCH_BUILD_VARIANT: "build-debian11"
52-
FETCH_BUILD_TASK: "build-php-%phpVersion%-next-stable"
53-
PHP_VERSION: "%phpVersion%"
54-
depends_on:
55-
- variant: "build-debian11"
56-
name: "build-php-%phpVersion%-next-stable"
57-
tasks:
58-
- ".replicaset .local .7.0 !.csfle"
59-
60-
- name: test-debian11-php-%phpVersion%-phpc-next-minor
61-
tags: ["test", "debian", "x64", "php%phpVersion%"]
62-
display_name: "Test: Debian 11, PHP %phpVersion%, PHPC next-minor"
63-
run_on: debian11-small
64-
expansions:
65-
FETCH_BUILD_VARIANT: "build-debian11"
66-
FETCH_BUILD_TASK: "build-php-%phpVersion%-next-minor"
67-
PHP_VERSION: "%phpVersion%"
68-
depends_on:
69-
- variant: "build-debian11"
70-
name: "build-php-%phpVersion%-next-minor"
71-
tasks:
72-
- ".replicaset .local .7.0 !.csfle"
73-
7445
# Test Atlas and CSFLE on RHEL 8
7546
- name: test-rhel80-php-%phpVersion%-atlas
7647
tags: ["test", "debian", "x64", "php%phpVersion%", "pr", "tag"]

0 commit comments

Comments
 (0)