Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit c8c5bfc

Browse files
matt-oakeskjin
authored andcommitted
feat: expand version range for pg to 7.x (#701)
PR-URL: #701
1 parent 4d3d54e commit c8c5bfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/plugin-pg.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
var shimmer = require('shimmer');
1919

20-
var SUPPORTED_VERSIONS = '^6.x';
20+
var SUPPORTED_VERSIONS = '^6.x || ^7.x';
2121

2222
module.exports = [
2323
{

0 commit comments

Comments
 (0)