From 6868f4ca9149af14a935f015656b96aba4a80ab8 Mon Sep 17 00:00:00 2001 From: Marco van 't Wout Date: Tue, 9 Dec 2025 15:15:53 +0100 Subject: [PATCH] Update PHP compatibility in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6430fd6f..39760c8d5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Thank you for choosing Yii - a high-performance component-based PHP framework. and will only receive necessary security fixes and fixes to adjust the code for compatibility with PHP 7 and 8 if they do not cause breaking changes. This allows you to keep your servers PHP version up to date in the environments where old Yii 1.1 applications are hosted and stay within the [version ranges supported by the PHP team](https://php.net/supported-versions.php). > -> Currently tested and supported [up to PHP 8.3](https://github.com/yiisoft/yii/blob/master/.github/workflows/build.yml#L34). +> Currently tested and supported [up to PHP 8.4](https://github.com/yiisoft/yii/blob/master/.github/workflows/build.yml#L36). INSTALLATION ------------