Skip to content

Commit 9218562

Browse files
authored
[TASK] Deprecate support for PHP 7.2 and 7.3 (#1565)
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] #1563
1 parent d86b160 commit 9218562

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Please also have a look at our
1414

1515
### Deprecated
1616

17+
- Deprecate support for PHP 7.2 and 7.3 (#1565)
18+
1719
### Removed
1820

1921
### Fixed

0 commit comments

Comments
 (0)