We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78c257 commit 508f592Copy full SHA for 508f592
packages/citus.rb
@@ -17,6 +17,6 @@ def dependencies
17
18
def broken?
19
# https://github.com/citusdata/citus/issues/7708
20
- Pgpm::Postgres::Distribution.in_scope.major_version > 16
+ version < 13 && Pgpm::Postgres::Distribution.in_scope.major_version > 16
21
end
22
0 commit comments