From 1833933dc7502ddd47d96a084776850d43223897 Mon Sep 17 00:00:00 2001 From: "John Paul E. Balandan, CPA" Date: Mon, 30 Dec 2024 21:13:59 +0800 Subject: [PATCH] chore: add PHP 8.4 to issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index cf018d3c39d8..1f6dc36b395d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -25,11 +25,10 @@ body: description: Which PHP versions did you run your code? multiple: true options: - - '7.4' - - '8.0' - '8.1' - '8.2' - '8.3' + - '8.4' validations: required: true