Skip to content

Commit 64989eb

Browse files
authored
Merge pull request #9353 from paulbalandan/issue-template-84
chore: add PHP 8.4 to issue template
2 parents 4a0d845 + 1833933 commit 64989eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ body:
2525
description: Which PHP versions did you run your code?
2626
multiple: true
2727
options:
28-
- '7.4'
29-
- '8.0'
3028
- '8.1'
3129
- '8.2'
3230
- '8.3'
31+
- '8.4'
3332
validations:
3433
required: true
3534

0 commit comments

Comments
 (0)