Skip to content

Commit 2cf9ff1

Browse files
authored
[php] Update Nginx Unit to 1.30 and PHP to 8.2 (#8317)
1 parent d014364 commit 2cf9ff1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frameworks/PHP/php/benchmark_config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"database": "MySQL",
105105
"framework": "PHP",
106106
"language": "PHP",
107-
"flavor": "PHP8.1",
107+
"flavor": "PHP8.2",
108108
"orm": "Raw",
109109
"platform": "Unit Nginx",
110110
"webserver": "None",
@@ -113,7 +113,7 @@
113113
"display_name": "PHP Unit Nginx",
114114
"notes": "",
115115
"versus": "php",
116-
"tags": ["broken"]
116+
"tags": []
117117
},
118118
"pools": {
119119
"json_url": "/json.php",

frameworks/PHP/php/php-unit.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx/unit:1.29.1-php8.1
1+
FROM unit:1.30.0-php8.2
22

33
ADD . /php
44
WORKDIR /php

0 commit comments

Comments
 (0)