Skip to content

Commit e3d1d37

Browse files
authored
PHPC-2153: Add PHP 8.2 to Evergreen matrix (#1379)
1 parent b0b1fd1 commit e3d1d37

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.evergreen/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)