From 128463cf116a42ab55e70b86229c99398bf2973a Mon Sep 17 00:00:00 2001 From: michalsn Date: Fri, 5 Jan 2024 13:40:02 +0100 Subject: [PATCH] add PHP 8.3 to the bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 17e6b415ba0d..cf018d3c39d8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -29,6 +29,7 @@ body: - '8.0' - '8.1' - '8.2' + - '8.3' validations: required: true