From 91f5e20ffccd8df49f30205996dba7775a47543e Mon Sep 17 00:00:00 2001 From: Brett McBride Date: Wed, 31 Jan 2024 23:57:34 +1100 Subject: [PATCH] document when we drop support for end of life PHP versions (#1222) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3ff55b7f9..6777a0cfb 100644 --- a/README.md +++ b/README.md @@ -46,4 +46,7 @@ See [compatibility readme](src/SDK/Common/Dev/Compatibility/README.md). ## Versioning +OpenTelemetry for PHP aims to support all officially supported PHP versions according to https://www.php.net/supported-versions.php, and +support will be dropped for PHP versions within 12 months of that version going _End of life_. + Versioning rationale can be found in the [Versioning Documentation](/docs/versioning.md)