Skip to content

Commit 6dceb87

Browse files
authored
Update BUG_REPORT.yml (#2313)
1 parent 5847b20 commit 6dceb87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ body:
99
description: What version of sqlc are you running? If you don't know, run `sqlc version`.
1010
multiple: false
1111
options:
12+
- 1.18.0
1213
- 1.17.2
1314
- 1.16.0
14-
- 1.15.0
15-
- 1.14.0
1615
- Other
1716
validations:
1817
required: true
@@ -70,8 +69,9 @@ body:
7069
label: What database engines are you using?
7170
multiple: true
7271
options:
73-
- PostgreSQL
7472
- MySQL
73+
- PostgreSQL
74+
- SQLite
7575
- type: dropdown
7676
id: languages
7777
attributes:

0 commit comments

Comments
 (0)