Skip to content

Commit 7530dca

Browse files
committed
PHPLIB-1118: Drop support for PHP 7.2 and 7.3
1 parent 3e2e42f commit 7530dca

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

.evergreen/config.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -681,14 +681,6 @@ axes:
681681
display_name: "PHP 7.4"
682682
variables:
683683
PHP_VERSION: "7.4"
684-
- id: "7.3"
685-
display_name: "PHP 7.3"
686-
variables:
687-
PHP_VERSION: "7.3"
688-
- id: "7.2"
689-
display_name: "PHP 7.2"
690-
variables:
691-
PHP_VERSION: "7.2"
692684

693685
- id: php-edge-versions
694686
display_name: PHP Version
@@ -698,9 +690,9 @@ axes:
698690
variables:
699691
PHP_VERSION: "8.2"
700692
- id: "oldest-supported"
701-
display_name: "PHP 7.2"
693+
display_name: "PHP 7.4"
702694
variables:
703-
PHP_VERSION: "7.2"
695+
PHP_VERSION: "7.4"
704696

705697
- id: mongodb-versions
706698
display_name: MongoDB Version
@@ -886,7 +878,7 @@ buildvariants:
886878
# Exclude "latest-stable" PHP version for Debian 11 (see: test-mongodb-versions matrix)
887879
- { "os": "debian11", "mongodb-edge-versions": "latest-stable", "php-versions": "8.2", "driver-versions": "latest-stable" }
888880
# Exclude PHP versions older than 8.1 on RHEL 9 and Ubuntu 22.04 (OpenSSL 3 is only supported on PHP 8.1+)
889-
- { "os": ["rhel90", "ubuntu2204-arm64", "ubuntu2204"], "php-versions": ["7.2", "7.3", "7.4", "8.0"], "mongodb-edge-versions": "*", "driver-versions": "*" }
881+
- { "os": ["rhel90", "ubuntu2204-arm64", "ubuntu2204"], "php-versions": ["7.4", "8.0"], "mongodb-edge-versions": "*", "driver-versions": "*" }
890882
tasks:
891883
- name: "test-standalone"
892884
- name: "test-replica_set"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{ "name": "Jérôme Tamarelle", "email": "jerome.tamarelle@mongodb.com" }
1111
],
1212
"require": {
13-
"php": "^7.2 || ^8.0",
13+
"php": "^7.4 || ^8.0",
1414
"ext-hash": "*",
1515
"ext-json": "*",
1616
"ext-mongodb": "^1.16.0",

0 commit comments

Comments
 (0)