Skip to content

Commit 4b56af1

Browse files
committed
Add remaining tests
1 parent 11d9013 commit 4b56af1

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.evergreen/config/test-variants.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,41 @@ buildvariants:
3232
- ".standalone .local !.6.0 !.7.0 !.rapid !.latest"
3333
- ".replicaset .local !.6.0 !.7.0 !.rapid !.latest"
3434
- ".sharded .local !.6.0 !.7.0 !.rapid !.latest"
35+
36+
# Test remaining PHP versions with replica sets on Debian 11 with MongoDB 7.0
37+
- name: test-debian11-php81-local
38+
tags: ["test", "debian", "x64"]
39+
display_name: "Test: Debian 11, PHP 8.1"
40+
run_on: debian11-small
41+
expansions:
42+
FETCH_BUILD_VARIANT: "build-debian11"
43+
FETCH_BUILD_TASK: "build-php-8.1"
44+
depends_on:
45+
- variant: "build-debian11"
46+
name: "build-php-8.1"
47+
tasks:
48+
- ".replicaset .local .7.0 .auth"
49+
- name: test-debian11-php80-local
50+
tags: ["test", "debian", "x64"]
51+
display_name: "Test: Debian 11, PHP 8.0"
52+
run_on: debian11-small
53+
expansions:
54+
FETCH_BUILD_VARIANT: "build-debian11"
55+
FETCH_BUILD_TASK: "build-php-8.0"
56+
depends_on:
57+
- variant: "build-debian11"
58+
name: "build-php-8.0"
59+
tasks:
60+
- ".replicaset .local .7.0 .auth"
61+
- name: test-debian11-php74-local
62+
tags: ["test", "debian", "x64"]
63+
display_name: "Test: Debian 11, PHP 7.4"
64+
run_on: debian11-small
65+
expansions:
66+
FETCH_BUILD_VARIANT: "build-debian11"
67+
FETCH_BUILD_TASK: "build-php-7.4"
68+
depends_on:
69+
- variant: "build-debian11"
70+
name: "build-php-7.4"
71+
tasks:
72+
- ".replicaset .local .7.0 .auth"

0 commit comments

Comments
 (0)