@@ -32,3 +32,41 @@ buildvariants:
32
32
- " .standalone .local !.6.0 !.7.0 !.rapid !.latest"
33
33
- " .replicaset .local !.6.0 !.7.0 !.rapid !.latest"
34
34
- " .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