Skip to content

Commit

Permalink
feat: expand version range for pg to 7.x (#701)
Browse files Browse the repository at this point in the history
PR-URL: #701
  • Loading branch information
matt-oakes authored and kjin committed Mar 26, 2018
1 parent 4d3d54e commit c8c5bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/plugin-pg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

var shimmer = require('shimmer');

var SUPPORTED_VERSIONS = '^6.x';
var SUPPORTED_VERSIONS = '^6.x || ^7.x';

module.exports = [
{
Expand Down

0 comments on commit c8c5bfc

Please sign in to comment.