Commit ab043eefa4b for php.net

commit ab043eefa4beac47f70036904f545a29c6253871
Author: Tim Düsterhus <tim@bastelstu.be>
Date:   Wed Mar 18 21:47:48 2026 +0100

    [skip ci] Update versioned binary name in bug_report.yml template

    Use `php8.5` instead of `php8.3`, matching the example output.

    Following 769258f5614baf35d45c00e301adf990c0eb9a44.

diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index fd5e300f359..4f5bef65ed1 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -26,7 +26,7 @@ body:
     attributes:
       label: PHP Version
       description: |
-        Please run PHP with the `-v` flag (e.g. `php -v`, `php8.3 -v`, `php-fpm -v` or similar) and provide the full output of that command. If executing that command is not possible, please provide the full version number as given in PHPInfo.
+        Please run PHP with the `-v` flag (e.g. `php -v`, `php8.5 -v`, `php-fpm -v` or similar) and provide the full output of that command. If executing that command is not possible, please provide the full version number as given in PHPInfo.

         Please make sure that the used PHP version [is a supported version](https://www.php.net/supported-versions.php).
       placeholder: |