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:
10721072 - id : php-versions
10731073 display_name : PHP Version
10741074 values :
1075+ - id : " 8.2"
1076+ display_name : " PHP 8.2"
1077+ variables :
1078+ PHP_VERSION : " 8.2"
10751079 - id : " 8.1"
10761080 display_name : " PHP 8.1"
10771081 variables :
@@ -1176,7 +1180,7 @@ buildvariants:
11761180 # Exclude "latest-stable" PHP version for Debian 11 (see: test-mongodb-versions matrix)
11771181 - { "os": "debian11", "mongodb-edge-versions": "*", "php-versions": "8.1" }
11781182 # 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"] }
11801184 tasks :
11811185 - name : " test-standalone-ssl"
11821186 - name : " test-replicaset-auth"
You can’t perform that action at this time.
0 commit comments