diff --git a/datadog-setup.php b/datadog-setup.php index 42ea577660..9dbbf76a52 100644 --- a/datadog-setup.php +++ b/datadog-setup.php @@ -2408,7 +2408,7 @@ function get_ini_settings($sourcesDir, $appsecHelperPath, $appsecRulesPath) */ function get_supported_php_versions() { - return ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']; + return ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']; } main();