File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1072,6 +1072,10 @@ axes:
1072
1072
- id : php-versions
1073
1073
display_name : PHP Version
1074
1074
values :
1075
+ - id : " 8.2"
1076
+ display_name : " PHP 8.2"
1077
+ variables :
1078
+ PHP_VERSION : " 8.2"
1075
1079
- id : " 8.1"
1076
1080
display_name : " PHP 8.1"
1077
1081
variables :
@@ -1176,7 +1180,7 @@ buildvariants:
1176
1180
# Exclude "latest-stable" PHP version for Debian 11 (see: test-mongodb-versions matrix)
1177
1181
- { "os": "debian11", "mongodb-edge-versions": "*", "php-versions": "8.1" }
1178
1182
# PHP 8.1+ is not available on rhel70
1179
- - { "os": "rhel70", "mongodb-edge-versions": "*", "php-versions": "8.1" }
1183
+ - { "os": "rhel70", "mongodb-edge-versions": "*", "php-versions": [ "8.1", "8.2"] }
1180
1184
tasks :
1181
1185
- name : " test-standalone-ssl"
1182
1186
- name : " test-replicaset-auth"
You can’t perform that action at this time.
0 commit comments