From 9bd37fb6958e853e2ee71020bf4cce150c2ba1e2 Mon Sep 17 00:00:00 2001 From: buti1021 Date: Fri, 20 Dec 2024 14:56:06 +0100 Subject: [PATCH] update php versions (#5246) --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c7f553e0..e22c7932 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -53,12 +53,11 @@ body: attributes: label: Which PHP version are you using? options: + - "8.4" + - "8.2" + - "8.3" - "8.1" - Unknown - - "8.2" - - "8.0" - - "7.4" - - "7.3" - Other (please mention below) validations: required: true