From 769258f5614baf35d45c00e301adf990c0eb9a44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 18 Mar 2026 21:46:12 +0100 Subject: [PATCH 1/2] [skip ci] Update `php -v` placeholder in bug_report.yml template PHP 8.3 is out of active support. Show a supported version in the example. --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 53bd4df5a1ca5..fd5e300f35915 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -30,10 +30,11 @@ body: Please make sure that the used PHP version [is a supported version](https://www.php.net/supported-versions.php). placeholder: | - PHP 8.3.19 (cli) (built: Mar 13 2025 17:44:40) (NTS) + PHP 8.5.2 (cli) (built: Jan 21 2026 17:35:28) (NTS) Copyright (c) The PHP Group - Zend Engine v4.3.19, Copyright (c) Zend Technologies - with Zend OPcache v8.3.19, Copyright (c), by Zend Technologies + Built by Ubuntu + Zend Engine v4.5.2, Copyright (c) Zend Technologies + with Zend OPcache v8.5.2, Copyright (c), by Zend Technologies render: plain validations: required: true From ab043eefa4beac47f70036904f545a29c6253871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 18 Mar 2026 21:47:48 +0100 Subject: [PATCH 2/2] [skip ci] Update versioned binary name in bug_report.yml template Use `php8.5` instead of `php8.3`, matching the example output. Following 769258f5614baf35d45c00e301adf990c0eb9a44. --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fd5e300f35915..4f5bef65ed1f3 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: |