Skip to content

Commit 38ae1d7

Browse files
committed
chore: change PHP version input
1 parent edd9c23 commit 38ae1d7

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,12 @@ body:
1818
1919
---
2020
21-
- type: dropdown
21+
- type: input
2222
id: php-version
2323
attributes:
2424
label: PHP Version
25-
description: Which PHP versions did you run your code?
26-
multiple: true
27-
options:
28-
- '7.4'
29-
- '8.0'
30-
- '8.1'
25+
description: |
26+
e.g. 8.1.8
3127
validations:
3228
required: true
3329

0 commit comments

Comments
 (0)