From 9fdec8bfbde7c7410edb406844f524ae4bc92aa1 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sun, 12 Apr 2026 09:18:26 +0200 Subject: [PATCH] [TASK] Deprecate support for PHP 7.2 and 7.3 WordPress 7.0 will drop support for PHP 7.2 and 7.3 [1], and PHP 7.3 was EOLed in December 2021. [2] So it's time to deprecate support for PHP < 7.4, allowing us to make use of features like native types for properties, as discussed. [3] [1] https://make.wordpress.org/core/2026/01/09/dropping-support-for-php-7-2-and-7-3/ [2] https://www.php.net/eol.php [3] https://github.com/MyIntervals/PHP-CSS-Parser/discussions/1563 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00dc246d..fd3a3fb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ Please also have a look at our ### Deprecated +- Deprecate support for PHP 7.2 and 7.3 (#1565) + ### Removed ### Fixed