Skip to content

Commit

Permalink
[php] Update Nginx Unit to 1.30 and PHP to 8.2 (TechEmpower#8317)
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey authored Jul 10, 2023
1 parent d014364 commit 2cf9ff1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frameworks/PHP/php/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"database": "MySQL",
"framework": "PHP",
"language": "PHP",
"flavor": "PHP8.1",
"flavor": "PHP8.2",
"orm": "Raw",
"platform": "Unit Nginx",
"webserver": "None",
Expand All @@ -113,7 +113,7 @@
"display_name": "PHP Unit Nginx",
"notes": "",
"versus": "php",
"tags": ["broken"]
"tags": []
},
"pools": {
"json_url": "/json.php",
Expand Down
2 changes: 1 addition & 1 deletion frameworks/PHP/php/php-unit.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx/unit:1.29.1-php8.1
FROM unit:1.30.0-php8.2

ADD . /php
WORKDIR /php
Expand Down

0 comments on commit 2cf9ff1

Please sign in to comment.