diff --git a/pipelines/dependency-builds/config.yml b/pipelines/dependency-builds/config.yml index fd67c3021..5db5d92d5 100644 --- a/pipelines/dependency-builds/config.yml +++ b/pipelines/dependency-builds/config.yml @@ -298,19 +298,19 @@ dependencies: lines: - line: 8.2.X match: 8.2.\d+ - deprecation_date: 2025-12-08 + deprecation_date: 2026-12-31 link: http://php.net/supported-versions.php - line: 8.3.X match: 8.3.\d+ - deprecation_date: 2025-12-31 + deprecation_date: 2027-12-31 link: http://php.net/supported-versions.php - line: 8.4.X match: 8.4.\d+ - deprecation_date: 2026-12-31 + deprecation_date: 2028-12-31 link: http://php.net/supported-versions.php - line: 8.5.X match: 8.5.\d+ - deprecation_date: 2027-12-31 + deprecation_date: 2029-12-31 link: http://php.net/supported-versions.php removal_strategy: keep_latest_released source_type: php