diff --git a/app/bootstrap.php b/app/bootstrap.php index 5e26dd04bb38e..9627484e3e02a 100644 --- a/app/bootstrap.php +++ b/app/bootstrap.php @@ -13,14 +13,14 @@ } #ini_set('display_errors', 1); -if (PHP_VERSION_ID < 80100) { +if (PHP_VERSION_ID < 80300) { if (PHP_SAPI === 'cli') { - echo 'Magento supports PHP 8.1.0 or later. ' . + echo 'Magento supports PHP 8.3.0 or later. ' . 'Please read https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/system-requirements.html'; } else { echo << -

Magento supports PHP 8.1.0 or later. Please read +

Magento supports PHP 8.3.0 or later. Please read Magento System Requirements.