diff --git a/frameworks/PHP/php/benchmark_config.json b/frameworks/PHP/php/benchmark_config.json index 33391560248..fd73ea26d49 100644 --- a/frameworks/PHP/php/benchmark_config.json +++ b/frameworks/PHP/php/benchmark_config.json @@ -104,7 +104,7 @@ "database": "MySQL", "framework": "PHP", "language": "PHP", - "flavor": "PHP8.1", + "flavor": "PHP8.2", "orm": "Raw", "platform": "Unit Nginx", "webserver": "None", @@ -113,7 +113,7 @@ "display_name": "PHP Unit Nginx", "notes": "", "versus": "php", - "tags": ["broken"] + "tags": [] }, "pools": { "json_url": "/json.php", diff --git a/frameworks/PHP/php/php-unit.dockerfile b/frameworks/PHP/php/php-unit.dockerfile index 539206d8926..fa37e1cb4a9 100644 --- a/frameworks/PHP/php/php-unit.dockerfile +++ b/frameworks/PHP/php/php-unit.dockerfile @@ -1,4 +1,4 @@ -FROM nginx/unit:1.29.1-php8.1 +FROM unit:1.30.0-php8.2 ADD . /php WORKDIR /php