diff --git a/cli/Valet/PhpFpm.php b/cli/Valet/PhpFpm.php index 6604754..05d260b 100644 --- a/cli/Valet/PhpFpm.php +++ b/cli/Valet/PhpFpm.php @@ -18,7 +18,7 @@ class PhpFpm protected Nginx $nginx; public const SUPPORTED_PHP_VERSIONS = [ - '8.2', '8.3', + '8.2', '8.3', '8.4', ]; public const ISOLATION_SUPPORTED_PHP_VERSIONS = [